Where to find this Emote's Asset ID?

Can someone be willing to help me get the Fashionable Emote’s asset ID?
Im using it for a current project I am working on.
In addition to that, if you ever find it, please share how you did it so I can use that method!
Thanks :slight_smile:

1 Like

Please search before posting. This might help yah: Is there a way to get the Emote Animation IDs?

I searched and I didn’t see that.

I looked at that and I am confused on how to do that ;(

Don’t sweat it. Try rephrasing your question, as that sometimes works :slight_smile:

The insert service thing is confusing me, and I dont even know where to put it

I would like it if someone could do it for me since I know nothing about scripting, I just know how to look a other scripts and follow along :rofl:

Ah. basically

use the numbers on the url of the animation and do this: game:GetService(“InsertService”):LoadAsset(urlnumbers).Parent = game:GetService(“ServerStorage”) in the command bar. You can open that in the view tab

On the command bar, do I hit enter when I put the code in?

Yes, and that should run the command.

Wait this works for the emotes too right?

I did it and hitting enter did nothing

open up the output bar and tell me what you see.

I see this:

08:45:51.596 - game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetSer:1: Unexpected Unicode character: U+201c. Did you mean ‘"’?

game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetService(“ServerStorage”)

08:45:52.293 - game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetSer:1: Unexpected Unicode character: U+201c. Did you mean ‘"’?

game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetService(“ServerStorage”)

08:45:52.599 - game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetSer:1: Unexpected Unicode character: U+201c. Did you mean ‘"’?

game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetService(“ServerStorage”)

08:45:52.838 - game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetSer:1: Unexpected Unicode character: U+201c. Did you mean ‘"’?

game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetService(“ServerStorage”)

08:45:53.016 - game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetSer:1: Unexpected Unicode character: U+201c. Did you mean ‘"’?

game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetService(“ServerStorage”)

08:45:53.192 - game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetSer:1: Unexpected Unicode character: U+201c. Did you mean ‘"’?

game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetService(“ServerStorage”)

08:45:53.387 - game:GetService(“InsertService”):LoadAsset(3576745472).Parent = game:GetSer:1: Unexpected Unicode character: U+201c. Did you mean ‘"’?

Ah. Try putting in a script in workspace and phrasing it like this:

local new_asset = game:GetService("InsertService"):LoadAsset(3576745472)

new_asset.Parent = workspace

Run the game and copy it from the workspace. It will be inside a model called “model”

1 Like

I dont see anything in the workspace lol, Just the script

it worked for me. The animation inserts inside a model. This model is called “model” look for that in the workspace

OMG WAIT I FOUND IT!!! THANK YOU :smiley:

Glad I could assist with this issue :slight_smile: