Animation working weird (R15)

Hello! So i got a problem with animations (R15).
I have an animation where the player should go all the way down (image 1)

image

But instead, player doesnt go all the way up and it goes not as intented

image

In the script it just plays the animation, so do i just make animation further down or what?

Does your character happen to have an Animate script? If so, the problem is that your animation mixes together with the default Core animations (running, jumping, falling… etc.) And this is what ends up happening. Make sure your animation’s priority is ANYTHING BUT core, and you could maybe stop all the ongoing animations within the character for the time the animation plays.

2 Likes

Wow! I really forgot about that! Thank you so much! You helped me a lot!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.