Is sending http request to rprxy website in roblox studio against tos?

I have just stumbled upon the rprxy website that you can send http request and works like roblox’s api.
And i am wondering, is this against roblox tos?

2 Likes

No, it is not against the rules. Although you should make sure to implement proper rate limit mechanisms, just like any other requests.

4 Likes

Do you mean implementing a request rate limit? If so then doesn’t roblox have one already?

Some endpoints might not be able to take as many requests per minute as others, etc

Will i get in trouble if i don’t implement it? And is it okay to just send a single request without implementing it?

A single request should do fine without any rate limits

So will i be fine if i sent as many request as i want to?

1 Like