Half of the body not animated using tool

Hey Developers!

In my last topic created i learnt about animating and cloning tools into player’s backpack.
After some tools created, one of them is not working as i intended. Half of the animation i created for it doesn’t work for some reason.
This is what i mean:
https://gyazo.com/bc742bcdbccc7a5a68bc96ad263625a3
This is how it’s supossed to work
https://gyazo.com/200724db5846aea906e914306ed8d9fd
And the holding idle animation looks like this:
image
Script and Tool’s components:

Thank you everyone for helping :heart:

1 Like

This is because tools override animations that involve the right arm. Instead of tools, it’d be best to weld the object to your hand.

1 Like

image

Did you set the Animation Priority high enough?

1 Like

If i weld an object to my hand it would be harder for me to script how the object should work.
However, as @dispeller showed me, i forgot to set the animation priority. Thank you :heart: