04-09-2011, 06:12 PM
(This post was last modified: 04-09-2011, 06:12 PM by 2Drobloxrocker64.)
For tools, I always add this into the script.
[lua]
script.Parent.Name = "Nameyouwant"
[/lua]
I add this so I could edit the properties of the tool whenever I want.
Not a bug, its a (rather annoying) security feature.
[lua]
script.Parent.Name = "Nameyouwant"
[/lua]
I add this so I could edit the properties of the tool whenever I want.
Not a bug, its a (rather annoying) security feature.