How to find the Animation ID from an Asset ID?

So I’m having a really simple issue with an animation. I have the animation created, saved, and uploaded to the creator hub, but to have an NPC play the animation, I need the animation ID, not the asset ID. Is there a way to find this via a script, like extracting it or finding it? Thanks!

They are the same thing
Use MarketplaceService if you dont belive me

you needa

game:Getservice(insertser:

use insert service and use the load asset method I think? I don’t know I think it was loadasset.

and of course so wait

game:GetService("InsertService"):LoadAsset(yourID_Number_Only).Parent = workspace
ok use that replace your id with your asset id then enter in command bar. inside the inserted item, you finna see that.

the item is in workspace. find it, it’ll be a model. inside is your animation stuff.

1 Like

Worked perfectly, thanks dude!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.