Need suggestions

I am making a Discord bot that will allow people to moderate their Roblox experiences from Discord.
As of now I have the following commands:

  • Ban
  • Kick
  • Unban
  • Read DataStore entries

Please shoot me a DM if you would be interested in using my bot and helping the development of it.

Demo:

2 Likes

This is insanely cool! I want to know how you made the cross server connection.

It uses MessagingService.

Since when were we able to send messages across platforms using messaging service? Doesn’t this use like HTTPService?

I thought you couldn’t receive info using HTTPS service, how does this work?

It uses MessagingService.

No it doesn’t use HttpService.
Read MessagingService documentation.

He’s talking about MessagingService using the OpenCloud API, where you can send messages to servers even outside of a Roblox server instance