How to add Group Games to Profile Creations!

(only if you’re the group owner!)
To add a game to your profile you will need to go to Roblox Inventory

Scroll down to POST
/v1/collections/items/{itemType}/{itemTargetId}

after which you will need to press “Try it out”

Leave 0 in the “Type of the item (ie. Asset, Bundle)” box.

And enter the id of your game in the box “ID of the item”

Finally you will just need to press the “Execute” button.

And wait until it appears on your profile

68 Likes

Epic bug, hope it doesnt get fixed before I use it enough.

7 Likes

Oh, That’s Amazing. Good Work!

2 Likes

Why don’t you try it first and then see?

2 Likes

This looks very cursed, but its great that I can have people see my game without having to go to my group.

1 Like

Can this be done for multiple games? Also, should the game ID be the Universe ID or the start place ID?

1 Like

there is a way easier way to do this within your profile, by just using inspect element,

you just edit your place id in the “Add to Profile” button

1 Like

it should be the start place Id

You could simply just execute this in the console:

$.ajax({ method: "POST", url: "https://inventory.roblox.com/v1/collections/items/0/(GAME ID HERE)", contentType: "application/json", });

3 Likes

Is Roblox inventory an official Roblox site?

1 Like

Yes. It is part of the Roblox API, and is under the roblox.com domain.

2 Likes

How do you add multiple or set it back to normal?

You have to publish them 1 by 1, and to delete them you have to delete 1 by 1 by using Delete