Animation not working, though nothing is wrong

My animation not working for some reason
Here is the image of the animation not working
image
here is the script inside the tool (I use How to animate Tool Parts (Guns, Knifes etc.) and modify to make it)


Local script inside the tool

script that adds local motor6d

The tool’s RequiresHandle property is even disabled, nothing wrong but my animation not playing

1 Like

Whats the animation priority? I also recommend if you are going to make a m6D for a part only do it either the client or server, no need to do both.

1 Like

The animation priority is idle

1 Like

And it seems that playing animation has the issues, i tested to see if there isnt any animations left

1 Like

Ive just tested the old animation, the old one worked :/, BUT the new one doesnt work, my animation has issue i guess

1 Like

just reuploaded the animation, but another issue
image

1 Like

Try setting the priority to action and see what happens, also whats the PrimaryPart of the rig you are using? It might not be the HRP cause roblox is annoying and decided to make the PrimaryPart the Head, so just check that for me

1 Like

Thanks! I’ve just solved the problem myself, you need to set the C0 of the motor6d you created to the C0 of the motor6d in the animation

2 Likes