of     1   

111
#139511013Monday, July 07, 2014 6:52 AM GMT

I can usually do this fine, but now whenever I try to reference my character through the workspace it says that it is an error. Example of what I try to do: game.Workspace.111.WhateverBodyPart.destroy() But it says my name is an error, I usually can use this fine, does anyone know how I can fix this? - 111, playing and foruming since 2007 -
AnonyAnonymous
#139511154Monday, July 07, 2014 6:55 AM GMT

Try something like this, Child = game.Workspace:FindFirstChild("111") Child:Destroy()
Scripter79
#139511527Monday, July 07, 2014 7:02 AM GMT

try changing the . for : example you gave change the . here for : game.Workspace.111.WhateverBodyPart.destroy() example i suggest game.Workspace.111.WhateverBodyPart:destroy()
smiley599
#139511650Monday, July 07, 2014 7:04 AM GMT

^ no ^ It says malformed number doesn't it? Don't start with a number after a dot. game.Workspace:findFirstChild("111").WhateverBodyPart.destroy()
blox6137
#139511923Monday, July 07, 2014 7:08 AM GMT

game.Workspace.111["Right Arm"]:Destroy() System32? Delete it.

    of     1