Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

There is a problem with my tool equip animation disable?

Asked by 3 years ago

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)

2 answers

Log in to vote
1
Answered by 3 years ago

Don't Rename The Tool Via Script. Just Rename The Handle Via Workspace And Name It "Handle". <--- Exactly That

0
I agree with CoolMcroy. Just keep the handle's name to Handle and don't make any name changes with scripts, make sure the Handle isn't anchored, too. RazzyPlayz 497 — 3y
0
but the thing is im trying to disable the hand up animation so that my running animation does not look weird. CrownedFigure 45 — 3y
0
make a custom animation for the tool LaysCo 61 — 3y
Ad
Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

Name a part handle, Unanchor, then there you have it! If you want to change the toolgrip, I recommend using a plugin.

Answer this question