How to import a Hat or Accessory into your Roblox Game

Hello there, this is my first tutorial, much feedback is appreciated.
Today we will be looking at how to import a Hat or Accessory into your Roblox Game.

First of, you will need to install this Plugin made by @ARTFVL
Load Catalog Items - Roblox

Now, go to Plugins and Open (click) the ‘Load Catalog Items’ by rxdesire
(this was the publisher’s username when it was made, nothing new.)

Great, check if a white - blueish menu shows up on your screen.
example is below.

Now, go on the Roblox Website (roblox.com) and find a item made by Roblox to import into your game
(this plugin only supports items made by Roblox, let me know if you want a tutorial to get community made items.)

Next copy the 9 - 10 digit code on the link

Great, next go back onto Roblox Studio and paste that code into the Bar.

image

Click insert, and well done! you have imported a item into your Roblox Game.
This can be used for custom characters / rigs / npcs and more!

Let me know if you need a tutorial on getting Community made items,

Cheers!

4 Likes

I just want add on that if you’d rather do this manually using Studio’s command bar than a plugin you can use InsertService:LoadAsset.

10 Likes

Thanks for bringing that up, tagging this as a Solution for easy view.

1 Like

For anyone wondering how to do it with the command bar

game.InsertService:LoadAsset(YOURIDHERE ).Parent = game.ReplicatedStorage

But genuinly great plugin for begginers that arent fimmiliar with the gui good job pal! :sunglasses:

4 Likes