ImNotServi
(ServiDePanda)
October 13, 2022, 7:48am
1
Is there any api or module script that can detect the gemepass created by the user, this also applies to user made clothes, I was looking for a long time and did not find any.
Here’s a script I just wrote which you can use to scrape all of the gamepasses created by a particular user. All you need to do is call the function and pass to it the ID of the user you want to query. It’ll return an array of gamepass IDs created by the user.
local http = game:GetService("HttpService")
local baseUrl = "https://www.roproxy.com/users/inventory/list-json?assetTypeId=34&cursor=&itemsPerPage=100&pageNumber=%s&userId=%s"
local function getUserCreatedGamepassesRecursive(userId, gam…
For user created gamepasses.
For clothes you would have to change the baseUrl (I think just change ?assetTypeId=34 to a different number)
ImNotServi
(ServiDePanda)
October 13, 2022, 9:03am
3
It does not work with all players, I tried it with several users and it did not work.
1 Like
What about it didn’t work?
ImNotServi
(ServiDePanda)
October 13, 2022, 9:07am
5
I put in my ID and it only gave me the number 0.
Your inventory is private
ImNotServi
(ServiDePanda)
October 13, 2022, 9:15am
7
oh my god, im stupid
30CHARACT