How do I make sure that my NPC is actively on its animation so it can repeat again and again?

Hello, is there any programmers who knows how to actively make a npc stick to a animation repeatedly?

You can tick Looped in your AnimationTrack:

https://developer.roblox.com/api-reference/property/AnimationTrack/Looped

6 Likes

On my animation track that I made… it doesn’t show the loop button, here is the image for proof.

To loop an animation, you click this button.

2 Likes

Oh I see! My bad.