How do I Stop Animations overlapping/mixing with Other animations?

For some reason, my Animations overlap with other animations, which cause the limbs to move in different places, rotate randomly, etc. Does anyone know how to fix this?

Help would be appreciated, thank you <3

1 Like

You can change the priority of your animation to something higher. This way, the animation you want to play, will be a higher priority than the others and won’t overlap with other animations.

You can look more into this here: Animation Priorities

NOTE: The animation priorities are changed within your animation editor or within a script. If you want to change the priority through script then heres what that would look like:

AnimationTrack.AnimationPriority = Enum.AnimationPriority.{priority here}

If you change the animation priority through the animation editor, you will need to export the animation once again.

4 Likes

Thank you! I recently just found that out, about 3 hours ago, still, Thank you for your help.

2 Likes

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