Roblox Dummy (loop animation)

Hello!
I have been trying to make a dummy play this animation I made… So far I have exported the animation and put it in a script I made… But now I’m running into a roadblock… How do I make it loop, because if I would now hit the “test"function” It only plays the animation once… I’m just very confused on how to fix this so any help would be handy!

-FortunatePoki

isnoobesdxssss

1 Like

Humanoid:LoadAnimation is deprecated

Use Humanoid.Animator:LoadAnimation instead.

In the script do dance.Looped = true. And loop it inside of the animation it is to the right of the play button! Make sure to set the animation priority to action :slight_smile: and it’s not unusable roblox just said animator is just better.

1 Like

Always set your animations to action btw! I had an bug with my block where the animation will randomly stop. Action will keep it playing and overwrite anything! I recommend it.

1 Like