Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

(How) might it be possible to send information from Discord to Roblox? [closed]

Asked by 5 years ago
Edited 5 years ago

I am interested in creating a game that utilizes Discord servers instead of Roblox groups (if possible) to make use of roles and other things. Is creating a webhook-type module connected to a Discord server possible?

Specific example: I envision a Discord server with roles that represent team membership (basketball teams), and from that server, the Roblox game would receive information such as those roles (team name and color).

Please feel free to ask any questions if anything is unclear.

0
yes its possible. Good luck pulling it off now. greatneil80 2647 — 5y
0
What tools would I need to accomplish this? BlueGrovyle 278 — 5y
0
My guess is using HTTP Requests, Discord does offer "Server Tokens" that allow you to run bots on servers, so my guess would be doing research about HTTP requests and how to use them. This is not a solution, this is an idea. Hope it works! vislbIe 4 — 5y
0
To clarify my Discord idea, Discord uses Webhooks to allow requests from another server/client. Here is a link to a DevForum post that can explain better than I can. https://devforum.roblox.com/t/discord-integration-a-guide-on-using-discord-through-roblox-updated/47090 vislbIe 4 — 5y
0
The link you sent only has PostAsync() examples. I'd obviously be using GetAsync(), but I probably won't get to my end goal with just my own knowledge despite having prior knowledge of HTTP requests. BlueGrovyle 278 — 5y

Locked by User#24403

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?