How would i listen for post requests

Hello, how would I listen for post requests sent on a server? For example: I send a request to a server from a discord bot, then my Roblox game fires an event when that happens?

1 Like

Only way to get this done is via polling. Your Discord bot will have to ready a response to your server so that when a Roblox experience server queries that endpoint it can receive the aforementioned response. Roblox unfortunately doesn’t have websocket support or anything that’d allow you to send data to a Roblox experience server.