Get hats created by roblox

How would I go about getting hats created by roblox and then adding them into my game?
Edit: It seems noone understands what I mean, So I want to get all of the hats created by roblox in a script and insert them into my game through a script

1 Like

use:

game:GetService(ā€œInsertServiceā€):LoadAsset(ItemIdHere).Parent = game.Workspace

Under the command bar, and it will load that asset into the workspace

2 Likes

yeah but I would have to do that for every individual hat made by roblox

2 Likes

You can use AvatarEditorService. Thereā€™s some sample codes on the documentation page as well.

2 Likes

I recommend to install BTR roblox, This app helps you to install any roblox meshes by clicking on Download image button + you can also install texture of this mesh
So then you should export it with obj type and move the mesh to the studio
Edit: please change #help-and-feedback:scripting-support to #help-and-feedback:building-support

Since noone seems to understand what I mean, I made an edit to the post