How to connect roblox with discord

Help and Feedback Scripting Support

So recently I started making a game connected to discord so you can control it from roblox example :
/start /stop /eat ect…

I searched a little bit in the internet but I found nothing

So please if you have any idea please reply this topic

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

The Discord-Roblox API was banned, but you can do it alternatively:

How to connect roblox with discord
How to send a Discord webhook through Roblox Community Tutorials

Introduction Recently, Discord have blocked any Roblox related server IPs (Internet Protocols) from being able to send webhooks to Discord channels. You are still able to send them in studio since your own IP is being used when use press the play button on roblox studio. The reason that they have decided to do this is that most commonly webhooks are used for things such as to relay chats, and if a big game such as Adopt Me were to do this (which they were), a channel could be receiving over 10,…

In short to summarize what @Diamond_Boiiiiiiii is saying, you need to use a proxy now to send messages to Discord. So instead of your webhook having discord.com or discordapp.com it should have a proxy address such as webhook.lewistehminerz.dev

I have also found something on #resources:community-resources where they also used https://hooks.hyra.io . But that is correct.

Thanks for the info, but what I mean is how you can send commands on discords and it execute
a script in roblox

Hello @ImNotHere895

Give a look at this open sourced Project, is sharing what you are asking!

GitHub

How to connect roblox with discord

banhammerbanhammerbanhammerbanhammerbanhammerbanhammerbanhammerbanhammerbanhammerbanhammerbanhammerbanhammerbanhammer - GitHub - MarsRon/BanFromDiscord: banhammerbanhammerbanhammerbanhammerbanhamme...

You would simple to make a webserver with an “Api” Then From the roblox game you can send Request and viceversa.

Ex. Discord - Roblox
Discord Bot Command (!kick (user) → Sending Web Request through API → Roblox game receives it – Roblo Server Run the Action

Ex. Roblox – Discord
A User Touched a trigger → Server would send a reuqest through url API (Web Server receives it → The He can for example send a log on discord server

You can use for the WebServer: express - npm

Help and Feedback Scripting Support

So I am trying to make a verification system so that you can connect your discord acc to your roblox account in the game. I know this may sound like some discord bot, but I am trying to do something else…

Here is a picture of what that might look like:

How to connect roblox with discord

When you click the button it will show this:

How to connect roblox with discord

When you enter the code it will ask you:

How to connect roblox with discord

When you press yes then it will connect to your account and can send you messages in DMs or something… (I don’t know yet…)

1 Like

Here’s a good read up about connecting Discord and Roblox done in March this year.

How to connect roblox with discord
Roblox to Discord API Community Resources

I rewrote a roblox to discord API for public use. You can get the model here: https://www.roblox.com/library/4738830685/Roblox-Webhook-API. If you need an example or reference page then please let me know. It’s pretty straight forward, however. Also, let me know if you want anything else added to the webhook API. I am also trying to find out a way to write an API for discord bots too; don’t expect this anytime soon, unfortunately. I look forward to hearing your replies. Settings of API: local…

You will definitely need to take a look at HTTP Service, specifically sending HTTP requests and receiving information returned from those requests.

3 Likes

This is unrelated, but I was just curious about what this verification system is for.

Well I am making a game with that so you can verify with discord so if I made a discord server for announcements then I can announce it…

2 Likes

One last question, is the game a group game or will it be public?

Just a quick note, you actually cant mention discord anywhere in your game or the game will be taken down.

3 Likes

Ya but loomian legacy has a discord system and they never got taken down!

Yes but do they mention discord anywhere in it?

@OutlookG Yes they do:

How to connect roblox with discord

Discord:

How to connect roblox with discord

“Social Link”, they dont actually say “Discord” anywhere. Your not allowed to say the word “Discord” in your game or it will be taken down. Saying “Social Link” is just fine.

1 Like

Ok thanks because I was scared that all my work would be gone by saying discord thank you…

How to connect roblox with discord

2 Likes