Can I use roblox made hats in my game

So, hey.

I was wondering if it is allowed to sell the Roblox catalog items, like for example hats in my game, not for robux but with the in game currency? (I mean the items made by Roblox, not the user made hats etc.)

So basically, can I take a hat for example the sparkle time fedora and sell it for 100 coins in my own game?

Or do I have to make all the models myself?

I found this:
https://blog.roblox.com/2012/10/roblox-presents-add-gear-to-game-feature/
But dont know if thats the same…

3 Likes

So, I believe you can use roblox made hats in game, as like a item to buy, sure. But you can’t promise that buy buying that hat in game, they are going to get the item in their inventory on roblox. So, I believe it is fine to use the hats in game, as long as you aren’t promising they are going to get it in their inventory.

Ok! Yeah, it will be like in game clothes.

1 Like

game currency it’s okay but for the game that sell item for real robux was wrong and scam because of it will not inspire other people only game currency can make all item much more value and also much more fair for all of the Roblox community. that play your game

3 Likes

Oh okay, yeah it’s fine. If it’s like that then yeah it’s fine.

Adding on to what @Messeras said, every gear and hat Roblox uploads are open-sourced. “Epic minigames” has done this for over five years and hasn’t been taken down. Roblox gears and hats we’re intended for use in the game, but if I were you I would steer away from UGC.

Selling gears with in-game currency and Robux are allowed.

2 Likes

Thanks for the clarification!
But about the open sourced part, is there any way I can download the meshes? Or should I just use the IDs?

And also, is it si that roblox removes some hats etc. Or?

1 Like

I don’t really know of any way to download the meshes, but there is a way to insert them into your game.
Regarding off of a YT video that works, go into Studio, open a baseplate, then go to the command bar, (if that is not enabled go to view then click on command bar) input this command

game:GetService(“InsertService”):LoadAsset(𝓘𝓓 𝓗𝓔𝓡𝓔).Parent=game.workspace

Don’t enter it yet.

Go over to the hat you want, get that id, then replace the 𝓘𝓓 𝓗𝓔𝓡𝓔 with the ID of the hat.
Now enter it.

An ex of this command:
game:GetService(“InsertService”):LoadAsset(16630147).Parent=game.workspace

The hat will load in as a model.

I hope that works for you!

1 Like

I use this plugin to insert items from the catalog:

Its fairly easy and I recommend trying it out. All you need to do is insert the ID in the text box and it will insert it for you. It works for both accessories and gear.

3 Likes

@DJCreeper_167 and @Messeras

Thank you guys very much with your help!

2 Likes

You’re welcome @Oficcer_F ! Anything to help!

1 Like