AI animation does't loop

Hello, I’ve followed this video thoroughly, but my AI animation doesn’t loop in the level; it just plays once and stops, but the alien keeps on moving until it hits the player. I can’t seem to figure out what’s wrong.

Depending what version of UE you’re using, animations have been set to not loop by default.

In the animation player node of the animation states of the Alien’s AnimBP, you can check for this in the details panel like so.

Thanks! It worked.