Hi, so I’ve managed to get all the shirts & t-shirts a player created. But I can’t do it for gamepasses. I searched everywhere and many posts used this API in their code.
Yes, it requires some knowledge of Python, Node.js to write some code. And you need to host it either on your computer (which is complex) or some hosting services like Heroku, DigitalOcean etc.
One last question, does it really work for all? I mean I have my friend @HarDaily1 and I tried getting his gamepasses, but I think his inventory is private so I couldn’t get (even from Roblox without RoProxy). But if he joins in PLS DONATE, his gamepasses are there. So is there any better API that even gets private inventory? (This is dumb but still I’m asking)
Unlike getting the inventory to get the gamepasses, Pls Donate looks through all the experiences made by the user, and checks what gamepasses are from that place (That is my best guess). Which doesn’t need the inventory of the user at all.
I don’t know what API this is, but possibly you can find one. Hope this helps
(Also I’m pretty sure you can’t get the private inventory of someone at all, makes the whole ‘private’ thing useless if developers can do that.)
Thanks alot for your reply. It solved my confusion. Ngl but I also thought this for a while, but I get very confused. But this solved my confusion. Thanks again for your reply!
I wish we had options for marking two solutions. Because both @Synitx and you solved my problem
Pls donate saves all the items IDs you have in datastore, so when he joined pls donate with his inventory turned on for everyone, then it got saved in datastore and your friend changed their inventory back to private
so whenever he joins pls donate it checks if their inventory is on or not, if not it will get their data from datastore.
Hmm, that isn’t really the case. Because I tried joining today with a private inventory, but I got no gamepasses, before this, I had public inventory and it got my gamepasses. So it doesn’t stores in DataStore I guess.
It doesn’t get private inventory sadly. I tried joining with private inventory today but I got no gamepasses. So it means even PLS DONATE can’t show private inventory…