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?
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?
If you run
game:GetObjects("rbxassetid://emoteid")[1].Parent = workspace
You’ll get this in the workspace:
If you look in the AnimationId property, it shows this:
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:
And grab the AnimationId from the object.