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

100 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.

2 Likes

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

3 Likes

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", });

7 Likes

Is Roblox inventory an official Roblox site?

2 Likes

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

1 Like

Is this still working, or is it patched?

It still works, but make sure to own the group

Ofc, I wouldn’t add someone else’s game LOL. I think there used to be an exploit that allowed you to add other people’s games too, but I know for a fact that one was patched.

1 Like

How would you remove the game if you no longer wanted it on your profile?

https://inventory.roblox.com/docs/index.html

1 Like

This doesn’t work anymore!

image

1 Like

Thanks for the report. I did a bit of research and found that some Roblox API sites don’t work at the moment. However, for some reason, if you add a / before ‘docs’, the link still works.
https://inventory.roblox.com//docs/index.html

source:

2 Likes