How do i get a player's inventory?

First of all, I want to get a player’s inventory. Second of all, my code seems to be returning nothing.

Here is my console code.

print(game:GetService('HttpService'):JSONDecode(game:GetService('HttpService'):GetAsync('https://catalog.roproxy.com/v1/search/items/details?Category=3&CreatorName=Tencelll', true)))

And yes, I tried to find but either one of them doesn’t work or they return nothing.

1 Like

What I am trying to do is get an audio from a player named “Tencelll”, the creator of slap battles. Some of his audios are the ones I was looking for about a few months.

1 Like

Yea you cant do that if his inventory is private

I tried the URL with my name and it works fine, and if you go to “Tencelll”'s profile it seems their inventory is private…

Don’t think you can get an inventory of a person with a private inventory. I know Tencell’s inventory is private, so probably there is no way.

1 Like

Is it true? I’ve heard an api proxy that can get a private inventory.

No, thats not how api proxies work

I am not familiar with these API stuff, but I am sure a regular user can’t get a private inventory even using Roblox API.

They are pretty much just using the roblox api using their servers

It’s not getting the inventory cause the players inventory is Private, you are unable to view a private inventory so thats why it’s returning nothing!

Ok, not a solution I was looking for but I can finally believe that api can’t get private inventories

You can still mark it as a solution so people can find the truth immediately

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.