Playing two animations after another?

Hi,
I’m trying to play these two animations one after another, the first one sould be played once and then the second one in a loop. Problem is that it’s only playing the second one. Any ideas what I might be doing wrong?

118827-playanimation.png

You’re telling the second animation to play in the same frame as the first animation. You should take a look at animation blueprints, as they’re a fantastic tool for creating animation logic like this. :slight_smile:

Alternatively, a way to jank it is like this. I wouldn’t recommend doing it this way as Is Playing will be called every frame whilst the first animation is still playing.