How does one play emotes on rigs

I did notice this has been asked before but the topic had no solution or anything which seemed viable of working.

Therefor I pose the question, how does one play one of roblox’s animations, lets use the example of:

on a roblox dummy rig?

2 Likes

If you run
game:GetObjects("rbxassetid://emoteid")[1].Parent = workspace
You’ll get this in the workspace:
image
If you look in the AnimationId property, it shows this:
image

And bam! You’ve got your animation id. You can now play it like any other animation.

Godlike animation link:
https://www.roblox.com/library/3337994105/Godlike

Alternatively, if you have BTRoblox, you can press this button on the emote page:
image
And grab the AnimationId from the object.

3 Likes