Hello i want to know how could i use that animation? and how to play it in the code
Hello. To do this you have to create a animation. And type in the asset ID. I’m not sure if it will work or if you will have to re upload it to roblox. So here is the file Floss-Dance.rbxm (851 Bytes) and then upload that here https://www.roblox.com/develop?View=24
This is the animation id: http://www.roblox.com/asset/?id=5917459365.
All you have to do is load the animation through the Animator in the player’s Humanoid and then play it
how did your download it?
I have a plugin that I use
When you click on the link, if you go to the search bar on the top it has the asset id. Just copy that into an “Animation” and it will give you the full animation.
--copy 5917570207
That’s not the actual animation id, that’s the id of the floss dance emote package
where could i download this plugin?
If you paste that id into an animation, Roblox will auto complete the rest of the animation for you.
i did it and didn’t working
When I paste 5917570207 into an animation id it just adds “rbxassetid://” before the id, which is not the animation asset
You copied this, and pasted it into the animation? It always works for me.
5917570207
@hell_ish that is the correct id, at least that works for me.
Like this?
local Dance = Instance.new("Animation")
Dance.AnimationId = "rbxassetid://5917570207"