Falling animation interrupting other animations from being played

I’m trying to make it so that if the player hits a certain key the animation will play. But whenever the player is free falling the falling animation keeps playing but it won’t allow the other animation to be played.

Testing Area - Roblox Studio (gyazo.com)

For the code, I just make it so it plays the animation normally after the key is hit but then again the falling animation keeps interrupting it.
I would just like to point out that there is two seperate animations for it. You can see the first one being played in the video but the second one won’t play.

1 Like

Hello, is your animation’s animation priority set to action? Action animation priority makes the animation override other animations currently playing.

1 Like

Yes. The falling animation and the other animation that I want to make it play both have the “Action” priority.

Sorry for the late reply, is the falling animation important? If not move it to any lower priorities that you want it to.

2 Likes

Thank you! I never knew the “Action” priority did that Lol.

1 Like