How do I make my Custom Dance animation automatically end after the Player moves?

I can’t find how to make my dance animation to end after the Player moves, like for the default Roblox dances (/e dance)

Any help is appreciated!

1 Like

Every character have Animate script. This is R6 Animate script:
image

How to find it? You need to click “Play” and move to Workspace → “You” and there you can find local script named “Animate”.

So if you open it, you can find (photo)
image

And there you need to find this:

So after, close the script and clone it. After click “Stop” button. Move to (photo)
image
and paste this copied script into StarterCharacterScripts. So, now you can change ids of the animations. GL!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.