Talk:Script Creation Walkthrough
From Legacy Roblox Wiki
"Tags"
Um...Yeah...They aren't called "Tags" they are called Variables...Thanks Mr. Doom Bringer For Telling me that...~Ding (Dingdong272)
Nice job
This is great for newbies! Nice job. :-) --WonkaKid
Merge.
This is overall pretty good, take the infomration and merge it with the sections in the Lua Help section. ---Mr Doom Bringer 10:52, 10 May 2008 (CDT)
Testing
The script
brick = game.Workspace.Brick function onTouch(part) brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch)
works, although the page needs a little clearing up. MINDRAKER 07:28, 18 August 2008 (CDT)