round_63
(red_scarf)
December 30, 2022, 6:40pm
#1
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
round_63
(red_scarf)
December 30, 2022, 6:42pm
#2
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
mroaan
(NightCode)
December 30, 2022, 6:43pm
#3
Yea you cant do that if his inventory is private
acuaro
(acuaro)
December 30, 2022, 6:43pm
#4
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…
coo1ifyy
(coo1ifyy)
December 30, 2022, 6:43pm
#5
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
round_63
(red_scarf)
December 30, 2022, 6:44pm
#6
Is it true? I’ve heard an api proxy that can get a private inventory.
mroaan
(NightCode)
December 30, 2022, 6:45pm
#7
No, thats not how api proxies work
coo1ifyy
(coo1ifyy)
December 30, 2022, 6:45pm
#8
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.
mroaan
(NightCode)
December 30, 2022, 6:46pm
#9
They are pretty much just using the roblox api using their servers
iluvtcr
(SpookyDeveloper)
December 30, 2022, 6:46pm
#10
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!
round_63
(red_scarf)
December 30, 2022, 6:50pm
#11
Ok, not a solution I was looking for but I can finally believe that api can’t get private inventories
mroaan
(NightCode)
December 30, 2022, 6:51pm
#12
You can still mark it as a solution so people can find the truth immediately
system
(system)
Closed
January 13, 2023, 6:51pm
#13
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.