Talk:Legofan4364js script tutorial: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Dingdong272
No edit summary
 
>Dingdong272
No edit summary
(No difference)

Revision as of 16:23, 24 February 2008

When Using Spaces

Legofan4364j. To use spaces, you don't put this:

game.Workspace.Dingdong272.Right Arm:Remove()

You use brackets and quotes. Like this:

game.Workspace.Dingdong272["Right Arm"]:Remove()

Yes, the dot needs to be removed.

---Dingdong272