Animating handle of a tool does not work

Hello there!

I need to be able to to animate the handle of my tool
I did it on Moon Animator by welding part with the animatable checked and on the animation editor the animation plays perfectly however when I try in game the handle does not move at all which is kind of weird…

1 Like

Have you checked the priority of the animation or are you playing an animation at the same time?

I made it action priority is it good?

Yes, that’s the highest priority

You have to manually script the setup. In the tool part with the animatable weld, remove the property of the arm connection (i think Part0???). Then, in a script, make it so on equip, it sets that property to the player’s arm. Make this happen on both a server and client script. Also make sure the tool’s RequiresHandle property is false, and that the handle is named anything other than “Handle”. Then just play the animation and everything should work.

Idk how to do that ahah… Sadly

Yea it is set as action but the problem still occure

Wait do you even have a script for it?