I made a system with HttpService that sends data automatically through a Discord webhook after a certain amount of time has passed or when the server closes. (The data is proxied through my own proxy)
(The data I’m trying to send is a pretty big amount)
Everything works in studio correctly, but when I go in game nothing comes through. I even tested a smaller amount of data and everything went through in game and in studio.
I have looked at Discord’s docs about the webhook limits and I don’t seem to be hitting any limits, but at the same time how it could work in studio fine, but not work in game?
It seems that Roblox has some sort of limit in game for the HttpService, but not in studio, because nothing ever even reached the proxy when I tested it in game.
Some questions:
- Does someone know what this limit is in game?
- Is there a way to compress data using the HttpService or any other service in Roblox?