Getting your roblox post request script working

If you're trying to set up a roblox post request script, you've probably realized that Roblox doesn't exactly make it obvious how to talk to the outside world. Whether you're trying to send logs to a Discord channel, save player data to an external database, or just ping a custom API you built, you're going to need to get comfortable with the HttpService. It's the gateway between your game's internal logic and the rest of the internet, but it can be a bit finicky if you don't set it up right. ...

February 20, 2026 · 7 min · Strong Tritten