How do I set the player back to their default animations?

Hello, I am trying to make animations for a sword. I have the animations working, but I want it to set the idle animation back to the ROBLOX default idle animation when they unequip the sword. How can I do this? Is there animations for this that I can get the ID to, or? Because I know that for the game I have to own the animation, or the group does at least.

You don’t have to own the default animations to use them in your game. In fact, you can even import them in the animation editor and change them around if you so desire.

To get the animation id for idle (or any other animation), go into play solo, open your character model in workspace, show children for the Animate LocalScript, select the animation you want and copy the id.

image

The id for the default Idle animation (1 of 2) is: “http://www.roblox.com/asset/?id=507766388

Hope this helps

1 Like