Not exactly sure how to achieve this

So I’m making a developer hangout, and I want a leaderstats to show how many visits a player has on their games (here). I looked at the Games api and I need the Universe Id. When I send a request to get the Universe id i get a 401 “Authorization has been denied for this request.”(here)

Not really much to say, tried looking on devforum and found no answer, people were using this without error.

HttpService can’t send requests to Roblox because it would allow developers to overwhelm Roblox with requests. You are going to need a proxy. You would send a request to the proxy, then the proxy would request to Roblox and return the info back.

Can you help me with achieving that? I do not have a proxy.

I found something called https://rprxy.xyz/. I do not know if that works.

It should work for now, but keep in mind that the owner of the proxy could decide to stop hosting that service at any time. It’s not necessarily a solution worth relying on.

2 Likes

Well looks like its not for the games api.
Does anyone have any free proxys?

It seems to work fine for me.

3 Likes

Thank you so much, I realized some things!