|
| 22 May 2014 09:05 PM |
function on() g = script.Parent:FindFirstChild("Left Arm") c = Instance.new("Mesh") c.Parent = g c.TextureId = "http://www.roblox.com/asset/?id=151353346" c.MeshId = "http://www.roblox.com/asset/?id=151353416" end function off() c:Destroy() end script.Parent.Equipped:connect(on) script.Parent.Unequipped:connect(off)
--I have a script in the tool that makes a fake arm, and I'm trying to insert a mesh so that it isnt just studded and inlet bricks your looking at while zoomes in. The Fake Arm is called "Left Arm" and is in the tool. |
|
|
| Report Abuse |
|