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
script.Parent.Equipped:Connect(function() script.Parent.Handle.Name = "Hndl" end) script.Parent.Unequip:Connect(function() script.Parent.Handle.Name = "Handle" end)
Don't Rename The Tool Via Script. Just Rename The Handle Via Workspace And Name It "Handle". <--- Exactly That
Name a part handle, Unanchor, then there you have it! If you want to change the toolgrip, I recommend using a plugin.