How do I loop animation?

So, I need to loop dummy’s animation, how to do that?

local Anim = AnimationHere
Anim = Humanoid:LoadAnimation(Anim)
Anim.Looped = true
Anim:Play()

or you can loop it in the animation editor by clicking the spin icon thing

nah, I tried this method but animation still not looping, this animation from marketplace.

swap the location between Anim:Play() and Anim.Looped

already, I’m not that stupid