roblox → discord message relay
Your game says it.
Your server posts it.
c2bot is a small relay that sits between your Roblox game and your Discord server. Your game sends one HTTP request; c2bot turns it into a message in the channel you choose.
Roblox server
HttpService:PostAsync
c2bot
checks the key, builds the message
Discord channel
message appears
what your game sends
POST /api/webhook/roblox
X-API-Key: your-secret-key
Content-Type: application/json
{
"title": "Player Joined",
"description": "A new player entered the lobby.",
"color": 3066993
}