I’m attempting to make an interactive ingame support center through Discord. I’m aware of Discord webhooks and I can use one so the user can send data over to Discord, but how can I use Discord and Roblox to make HTTP GET requests from ingame and get a response from someone answering their support issue on Discord?
This is not possible with webhooks since webhooks are one-way HTTP requests, it is also impossible to directly listen for requests within ROBLOX
When I was using a Roblox API proxy to make GET requests from their API, it worked completely fine.