of     2   
chevron_rightchevron_rightchevron_right

popping100
#7541368Wednesday, April 15, 2009 11:17 PM GMT

can you teach me whole scripts like starting with simple and moving upwards I ALLREADY KNOW ABOUT LUA!!! so if you want to help me then come here plz if you need help then come here if you find what you want but dont interfeer kk so remember I NEED HELP!!!!!!!!!
lotios
#7541411Wednesday, April 15, 2009 11:18 PM GMT

It's Lua not LUA.
b2bhp
#7541490Wednesday, April 15, 2009 11:19 PM GMT

lotios is right, it says that on the front page of the lua website along iwth the meaning af lua, its the greek word for moon
Clone512
#7541578Wednesday, April 15, 2009 11:21 PM GMT

In Roman mythology, Lua was a goddess to whom soldiers sacrificed captured weapons. Weird huh?
popping100
#7541639Wednesday, April 15, 2009 11:22 PM GMT

Ill try and teach you one of the simplest types of script. while true do --never ending loop until script is removed a = script.Parent --now instead of having to write 'script.Parent' everytime we can just wrie 'a' a.Transparency = 1 --sets the scripts parent(a)'s transparency to 1 wait(3) --wait 3 seconds before the next thing happens a.Transparency = 0 --you should know this one wait(3) --some more waiting end --the script is over, and it will now repeat over, and over, and over Thats the first type of scripting I got into. While true do.
popping100
#7541708Wednesday, April 15, 2009 11:23 PM GMT

i got that from somewhere else
b2bhp
#7541720Wednesday, April 15, 2009 11:23 PM GMT

lol heres an easier script: script.parent.Brickcolor = Brickcolor.new("Bright blue")
popping100
#7541754Wednesday, April 15, 2009 11:24 PM GMT

lol
b2bhp
#7541766Wednesday, April 15, 2009 11:24 PM GMT

woops p in parent should be capitalized F L O O D C H E C K _ 1 2 3 4 5 6 7 8 9
popping100
#7541789Wednesday, April 15, 2009 11:24 PM GMT

thx
lotios
#7541808Wednesday, April 15, 2009 11:25 PM GMT

Go to wiki.roblox.com for scripting help. If the wiki is to hard to understand, don't try to script for a while.
popping100
#7541856Wednesday, April 15, 2009 11:26 PM GMT

that script is awsome you sholud check it out
Clone512
#7541873Wednesday, April 15, 2009 11:26 PM GMT

Here is an easier script: _G = _G
ballen7
#7541890Wednesday, April 15, 2009 11:27 PM GMT

this is easier game.workspace.yourname.remove.torso()
popping100
#7541903Wednesday, April 15, 2009 11:27 PM GMT

i know about that too
Clone512
#7541927Wednesday, April 15, 2009 11:27 PM GMT

Actually, ballen, mine was easier; pointless but easier.
popping100
#7541998Wednesday, April 15, 2009 11:29 PM GMT

i go to tons of wikis
abx1
#7542127Wednesday, April 15, 2009 11:31 PM GMT

And this is a big script that i just scripted: wait(8*3) if 2+2 == 4 then m = Instance.new("Message") m.Text = "ZOMG!!! A BRICK WILL APPEAR IN FRONT OF ABX1 IN 5 SECONDS!!!" wait(1) m.Text = "5" wait(1) m.Text = "4" wait(1) m.Text = "3" wait(1) m.Text = "2" wait(1) m.Text = "1" wait(1) m.Text = "ZERO!!!!" b = Instance.new("Part") b.Name = "Brick In Front Of Abx1" b.Position = game.Workspace.abx1.Position m.Text = "IT WILL NOW DISAPPEAR IN 5 SECONDS......" wait(1) m.Text = "5" wait(1) m.Text = "4" wait(1) m.Text = "3" wait(1) m.Text = "2" wait(1) m.Text = "1" wait(1) b:remove()
Clone512
#7542349Wednesday, April 15, 2009 11:35 PM GMT

Actually, that's inefficient and not what I call, "big". Besides, I can cut alot of size off of that script: wait(8*3) if 2+2 == 4 then m = Instance.new("Message") m.Text = "ZOMG!!! A BRICK WILL APPEAR IN FRONT OF ABX1 IN 5 SECONDS!!!" wait(1) for x = 4, 1, -1 do m.Text = tostring(x) wait(1) end m.Text = "ZERO!!!!" b = Instance.new("Part") b.Name = "Brick In Front Of Abx1" b.Position = game.Workspace.abx1.Position m.Text = "IT WILL NOW DISAPPEAR IN 5 SECONDS......" wait(1) for x = 1, 5 do m.Text = tostring(x) wait(1) end m:Remove() b:remove()
Clone512
#7542402Wednesday, April 15, 2009 11:36 PM GMT

Oops, you made a mistake. >_> You never ended your, 'if' statement. wait(8*3) if 2+2 == 4 then m = Instance.new("Message") m.Text = "ZOMG!!! A BRICK WILL APPEAR IN FRONT OF ABX1 IN 5 SECONDS!!!" wait(1) for x = 4, 1, -1 do m.Text = tostring(x) wait(1) end m.Text = "ZERO!!!!" b = Instance.new("Part") b.Name = "Brick In Front Of Abx1" b.Position = game.Workspace.abx1.Position m.Text = "IT WILL NOW DISAPPEAR IN 5 SECONDS......" wait(1) for x = 1, 5 do m.Text = tostring(x) wait(1) end m:Remove() b:remove() end
popping100
#7543189Wednesday, April 15, 2009 11:51 PM GMT

tycoons are rearly hard to make
popping100
#7543230Wednesday, April 15, 2009 11:52 PM GMT

so can you help me with them
b2bhp
#7543284Wednesday, April 15, 2009 11:53 PM GMT

tycoons are really easy to make XD for me anyways
abx1
#7543355Wednesday, April 15, 2009 11:54 PM GMT

I'll make one for you for tix. Price depends on what you want.
popping100
#7543444Wednesday, April 15, 2009 11:56 PM GMT

how do you pay

    of     2   
chevron_rightchevron_rightchevron_right