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
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
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
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 tabOn 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”
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
Glad I could assist with this issue