How to stop looped animation?

Hello, how do I stop looped animation with script or local script?

AnimationTrack:Stop() 
--does not work. Both script and localscript don't work either

I appreciate any help, thank you!

When you use roblox animation editor there will be this looping logo. Make sure its not blue and that will stop the animation from looping.

It’s already looped, the problem is when you play it once [in script] it never stops and continues to loop [the animation]

1 Like

If its looping make sure its not blue:
image

Then press publish to roblox. Then press overwrite existing animation to adjust the current animation instead of making a new one.

Use GetPlayingAnimationTracks to get it all. I have a hunch the animation is playing twice.

3 Likes