Importing Gears, Animations, and Accessories with the AssetId

A quick tutorial on importing Gears, Animations, and Accessories that you might find helpful.

You may have found yourself trying to find a gear or accessorise in the toolbox. Now no more scrolling through the toolbox!

See how you can directly import stuff from the Roblox Avatar Shop:

  1. Open the command bar ( View > Command Bar ) and enter:

game:GetService("InsertService"):LoadAsset(assetId).Parent = game.Workspace

Snag_14744ec0

Snag_1478e995

  1. Get the asset id of the item you want.

  1. Paste the id in place of assetId and press enter.

Snag_147637e3 !

  1. Just wait a bit and whatever you wanted will be added to your workspace.

You can check out more about using LoadAsset here.

This works with everything including gear, animations, accessories.
Hope you find this helpful!

63 Likes