Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

does anyone know a default animation ID?

Asked by 2 years ago

I am (ironically) putting the default dance animation in my game as /e dance1 and I need a animation ID, thanks! :D

1 answer

Log in to vote
0
Answered by
Miniller 562 Moderation Voter
2 years ago

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.

0
thanks for the help, but the animation I was looking for was the meme one from fortnite or whatever, so do you have a asset ID for a recreation of that? Datboi_326 0 — 2y
0
ooooh I thought you meanth the Roblox /e dance one.. Sorry I don't think I can find that one Miniller 562 — 2y
Ad

Answer this question