Http request limit of 500 per minute. is this for the entire game/server/player?

As title. The doc (HttpService | Documentation - Roblox Creator Hub) doesn’t make it clear scope of 500 limit.

For context, my game requires sorting and finding piece of information among large amount of user submitted data and it would be difficult to implement using datastore so i am exploring spinning up my own web service

1 Like

HTTP requests are usually sent by the server so by 500 they are referring to 500 requests per minute by the server.

3 Likes

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