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:
And this is what it looks like on a player:
(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:
(The animation is just playing without any conditions to test it)
I’m following this tutorial.