Animation not working correctly

I created an animation that plays when a player touches a part. The issue is that the default walking animation still plays while my animation is playing… It’s like a weird combination between the two animations. The animation I created affects the arms and legs, but when the player walks, their torso is still being animated (by the default walking animation)… Is there anyway to fix this?

2 Likes

Try changing the animation priority to Core

2 Likes

I already tried changing it to every available priority, none of them fix the issue

1 Like

You have to animate the torso in some kind of way; as long as there is a keyframe in the torso (and the animation’s priority is high enough,) there is no way the walking animation will collide with it.

3 Likes

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