Whenever attempting to use a plugin that uses HTTPService (such as Rojo), Roblox Studio completely rejects sending the request, claiming “Number of requests exceeded limit”.
This happens for every single plugin I attempt to use. I can only mitigate it for a very short period of time by reloading the place in Studio.
This includes requests to LocalHost (127.0.0.1), not just Roblox.
Video below demonstrates me attempting to use 3 seperate plugins that use HTTPService.
Expected behavior
Any plugins that make requests to LocalHost using HTTPService shouldn’t have any ratelimiting whatsoever, and requests to Roblox’s APIs shouldn’t be ratelimited constantly.
Could you provide me with some more information? Could you please send me your universe/placeIds. Is this something recent you have noticed, or has it always occurred?
Hi! It’s currently occuring in Experience 5592014843 (Place 16191936891), and it’s happened for months now. I usually worked around it by reloading the place, but it has gotten to a point that I can’t ignore anymore. Thanks!
5 parallel requests for plugins and 8 for user scripts in Studio.
Are you sure you are not hitting these limits? It might be helpful if you could try to track how many requests your plugins are sending. Plugins like Rojo will take one of these parallel requests indefinitely, I believe, and if you have multiple plugins doing this, you may be running out of limits.