There is a problem with my tool equip animation disable?
My script works but the tool keeps on falling off. I thought of putting in a weld that attaches the tool to the charters right arm but i don't know how to do it. If you decide to help me, i would like you to explain so that i know how to do this next time but you don't have to.
my script just encase you find a different solution than using weld
1 | script.Parent.Equipped:Connect( function () |
2 | script.Parent.Handle.Name = "Hndl" |
5 | script.Parent.Unequip:Connect( function () |
6 | script.Parent.Handle.Name = "Handle" |