Tools: Let us remove the holding position (Hand out)

As a Roblox developer it is currently too hard / impossible to use a tool & have a nice animation with it.

There may just be something that can do this, which I am not aware of, let me know if there is!

I was making a Snowball tool, and wanted a throwing animation with it. I noticed the hand stays still during the animation. If there’s no current solution to this, it’ll be quite annoying since I’ll have to make my own backpack system, with custom tools.

2 Likes

Make sure your animation priority is set to action

2 Likes

That’s awesome, thanks!

Though is there a way to completely remove the hand-out position?

Yes, if you disable RequiresHandle and manually manage it yourself, there won’t be any hand-out position.

3 Likes