Roblox API Module v1.2

Sure. It’s essentially an api which updates every minute and shows the status of Roblox. If Roblox goes offline, you can run a function to save everybody’s data.

Crcoli737 i think DataStore still saves even if the site is down also whats the point if the site is down and you are trying to save.

1 Like

Could you perhaps add Game Visits?

1 Like

How do you use this to get tshirts, shirts, and pants? Could you give me a sample code, since all i did was add the username to the parameters, thank you.

Sounds like a good thing to add but i’m not sure there is an api for that but I will research it.

I have temporarily removed this feature due to it not working…

alright, I will check back when it does start functioning, great module still, the roproxy api only retracts one item according to my research. They probably will make a separate version of it eventually.

Really? It works on my old donation game and returns multiple items.

3 Likes

The Getgroupidbyname dont is working and return nil and a Gsub error

1 Like

No. As we know if one API of Roblox goes down, all the APIs go down.

Because RSL is more or less and early warning system, warning of an outage before it occurs.

This module looks interesting. I will gladly use this for my future projects. :slight_smile:

Okay i will be sure to look into this soon.

I might add this in the future, will have to look at what it returns.

2 Likes

Sure! If you have any questions, make sure to ask @iiPythonx or I!

Hello, I’ve been trying to use this module, but everytime it just gives me an error. “HttpError: TslConnectFail” Any reason this could be happening?

EDIT: After like two hours of trying to get it to work, it just magically started working. .-.
Edit2: It stopped working again lol.

1 Like

Hello there, Could you tell me what Function you were calling at the time of this error?

It happens when I run any of the functions.

I figured out that running this line of code doesn’t work in game.
print(game.HttpService:GetAsync("https://api.roproxy.com/universes/get-universe-containing-place?placeid="..game.PlaceId))

But, when I go to https://api.roproxy.com/universes/get-universe-containing-place?placeid=9916248246, it works just fine. Idk whats going on.

I have comfirmed it is a studio issue. It works fine in game.

2 Likes

Okay good to see that you have solved the error, If any other errors occur make sure to send them here so I could have a look at it.

I found out it’s a problem with my internet because when I switch over to a mobile data hotspot it works just fine. I still have not found a solution to make it work in studio.

Hello, I’ve been using your module and it’s great! Is it possible to get place details. The link below is how roblox does it.
https://games.roblox.com/v1/games/multiget-place-details?placeIds=1818

So naturally I tried it with the api used in the module but to no avail.
https://games.roproxy.com/v1/games/multiget-place-details?placeIds=1818

Is there currently any way to get place details. Thanks in advance.

1 Like