I am (ironically) putting the default dance animation in my game as /e dance1 and I need a animation ID, thanks! :D
There is no dance1
but there is dance
. All you have to go is go into studio, play, then look at the workspace.player.Animate
localscript
dance
has these 3:
dance = { { id = "http://www.roblox.com/asset/?id=507771019", weight = 10 }, { id = "http://www.roblox.com/asset/?id=507771955", weight = 10 }, { id = "http://www.roblox.com/asset/?id=507772104", weight = 10 } },
You can also find them here.