Talk:Legofan4364js script tutorial

From Legacy Roblox Wiki
Revision as of 16:23, 24 February 2008 by >Dingdong272
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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