How to make the player keep the tool down?

Hello, I would like to know how can I make it so that the player does not raise his hand up when equipping a tool.

Like that:

And this is how he usually holds the tool:

Thanks for the help!

Hook onto the Humanoid’s animator to detect when a new animation is playing, specifically when the ToolNone animation plays, and stop it.

You can also access the Animate script itself and set the ToolNone animation ID to 0.

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