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…
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.