ImFenice
(Fenice)
June 16, 2023, 5:56pm
1
(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
124 Likes
Epic bug, hope it doesnt get fixed before I use it enough.
10 Likes
Oh, That’s Amazing. Good Work!
3 Likes
LordMerc
(Merc)
February 5, 2024, 5:43pm
5
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
arbitiu
(arbi)
March 6, 2024, 4:00am
11
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
8 Likes
arbitiu
(arbi)
March 6, 2024, 4:17am
12
it should be the start place Id
Arylist
(Arylist)
March 26, 2024, 4:27am
13
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", });
9 Likes
ProClanRules
(NEVERGONNA GIVEYOUUP)
April 23, 2024, 1:36am
14
Is Roblox inventory an official Roblox site?
2 Likes
Yes. It is part of the Roblox API, and is under the roblox.com domain.
3 Likes
ProClanRules
(NEVERGONNA GIVEYOUUP)
April 27, 2024, 1:29am
16
How do you add multiple or set it back to normal?
ImFenice
(Fenice)
April 27, 2024, 7:39am
17
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?
ImFenice
(Fenice)
June 14, 2024, 6:40am
19
It still works, but make sure to own the group
1 Like
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.
3 Likes
How would you remove the game if you no longer wanted it on your profile?
ImFenice
(Fenice)
June 29, 2024, 6:51pm
22
2 Likes
This doesn’t work anymore!
1 Like
ImFenice
(Fenice)
October 12, 2024, 9:27pm
24
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:
4 Likes