Hello!
I have recently made a feature which will enable you to send messages from Discord to Roblox.
If you want to do the other way, please use webhooks.
Basically how this works is by:
-A Discord bot.
-Google Spreadsheets.
-(Obviously a script.)
I did this with the help of a few recourses:
Discord-To-Roblox Ban bot (This is where I got most of this “tutorial” from.)
Using Google Spreadsheets as a Database
Etc.
This took me 7-8 hours to actually figure out.
If you still need help to make this, I will gladly do so.
First things first:
You need to make a Discord bot.
If you do not know how to, use this video: (1:40 to 3:40).
After that, put you will need to get your bot to send messages to a spreadsheet.
I recommend the use of glitch.com as it is free.
Code for the bot:
[Glitch :・゚✧]
In server.js edit this to be your bots token.
Now, you need to make a Google Spreadsheet. Name it “Global2”
You then need to put “key” and “value” on the spreadsheet:
(Make sure it is on Line 1)
You then need to do what this GIF does:
Only freeze row 1, nothing else!
You then need to make a script, do what this GIF does:
When you click on it, it should have opened a new page.
Change the script name to Database Macro.
Paste this script into the Marco.
After that, while on Database Marco, press File>Save All
Press Run, this will run the script.
Press Publish, and then press deploy as web app:
Make sure you have these settings!
Publish the script, and copy the ScriptID in between https://script.google.com/macros/s/ and /exec , all you will need is this scriptID.
Next you can open this place file:
Test place backup.rbxl (214.5 KB)
Now in “Server Functions” there will be a Script, in it there is a Module script, open it. Between the quotation marks, paste the ScriptID in there.
Last step: Lets go back to the Glitch Discord bot, paste your script ID in the following;
And that’s it.
You should be able to send messages from Discord to Roblox now!
And of course you still need to do stuff on your own, this is only for you to improve from.
Warning!
This does not have Message Filtering.
So I recommend that only you have access to it until you get filtering for it.
To contact me I highly suggest you join my Discord Server: Discord (13+)
Or my DM’s: NuIlVoid#3688.
Kind regards,
NuIlVoid.