|
| 15 Oct 2013 10:01 AM |
| Making a tool and i might need help at some point. |
|
|
| Report Abuse |
|
|
| 15 Oct 2013 10:02 AM |
Ok.
When you need help, come get us. |
|
|
| Report Abuse |
|
|
| 15 Oct 2013 07:52 PM |
ok I am trying to make a weld script but it doesn't really work. Whenever I equip it after I unequipped it the part that isn't the handle just falls off. Any idea how to make it so that doesn't happen. Heres the script:
function Weldnow() local w2 = Instance.new("Weld") w2.Parent = script.Parent.Handle w2.Part0 = w1.Parent w2.Part1 = script.Parent.Part2 w2.C1 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0) end
script.Parent.Equipped:connect(Weldnow) script.Parent.Unequipped:connect(Weldnow)
the part named part2 just falls off |
|
|
| Report Abuse |
|