Animation not finishing

I am making an fps game, and I am making animations for aiming to be visible to others.

This is what the animation looks like in the editor:
Screenshot_83

And this is what it looks like on a player:
Screenshot_84
(The gun is wrong, but I’ll fix it later)

For some reason, the animation either doesn’t finish, or it isn’t moving as much.

This is the code that runs the animation:
Screenshot_85
(The animation is just playing without any conditions to test it)

I’m following this tutorial.

maybe cuz the holdanim & aimanim are playing at the same time.

I figured out the problem, the animation priority was too low, so I just set it to action.