Disable hand out animation for one tool

I know how to remove the hand out animation for all tools (use the Animate script and bla bla bla) but I want to disable it for one tool. Anyone know how to do this?

1 Like

The only way to avoid the default equipped animation is to avoid using Roblox’ default handle system.

To do this, make sure no parts in your tool is called “Handle”, then insert a script which welds and unwelds the tool to the player’s character when equipped.

so i could weld the tool to the players torso?

If you want it to resemble how tools behave by default, but just avoid the animation, you would weld it to the right arm, however you are free to weld it to whatever you’d like.

can you help me with the code? i can provide what ive made so far but its not working. the game is also r6

actually i think i figured it out let me try to fix something and ill get back to you

I changed the Handle’s name and welded it to the Torso and now no hand is out

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.