Hey everyone.
I want to make a Discord-Roblox bot that when you message something in a Discord server. The bot picks it up and fires and event in-game. I know there’s something named noblox-js but it only does website stuff, like ranking people in groups, etc (I think).
ALSO
I am NOT asking for a webhook system. Just to make sure again.
I tried looking around the devforums for a while but didn’t find much.
Any help is much appreciated!
Hmm… I don’t know, I don’t think Roblox allows you to send an API request to a server, though not sure. Maybe you can make an API, and put a script in ServerScriptStorage that sends requests to that API every second(or a couple) to see if there’s anything new.
Using the messaging service cloud api you can make MessagingService messages using http requests from something like a discord bot. Then in roblox you can listen to these.
you can just listen for website like in one server make it servers handlers and make it getasync of website each second if it finds anything it will use message service to send request to other servers