Interblox API | A Simple Roblox < - > Discord API

Welcome to Interblox! An API which allows Roblox and Discord to work alongside each other!

What’s the point of only being able to use webhooks to allow Roblox to send messages to Discord?
Well, times have changed. Our Developers have created a system which allows you to communicate between Roblox and Discord with ease.

We have created a easy to use API to help your community grow and help communications between Roblox and Discord!

But what can the API do? you may ask.
Well, here is what we can do:

  • Announcement System
  • Discord to Roblox Chat
  • Running Commands from Discord (kick players from game from Discord)
  • and soo much more.

The possibilities all come down to your imagination of what you want your bot to do. Do you want it to manage your game? Or do you just want to create something for the community? Well, here will be the easiest place to start.

I have big plans for the Interblox API, and I would like to share them with you.

Confirmed Ideas

  • Dashboard Website which monitors your API usage through how many times your API Key was used
  • Update Checker for the Roblox API Handler Script

Unconfirmed Ideas

  • Group Ranking from both Roblox games and Discord
  • Roblox Verification System
  • Multi-lingual support, providing translated outputs from the API from debugs to errors
  • Expanding to Guilded

If you have any questions, feel free to contact me, reply to this topic or join my Discord Server Interblox API (still being made)

Testing the API
If you would like to test the API, do these 2 things.

Messages get sent and received in the #roblox-discord-chat channel (Discord)

There are limitations to this test. This test is a Discord < - > Roblox Chat. As everything is ran locally, servers are limited to only 1 player. You will not be able to see other Roblox user’s messages as the system isn’t ran globally.

Files

Roblox API Script

Usage Information
Leave the Folder in Workspace
Configure the BotAPISettings Module Script
Use the disabled Examples script to create scripts.

FAQ

Why does my Localscript not work?

We do not use Localscripts to create the scripts. Create a Script and change the value of RunContext in Properties to Client

Why do I get the error "loadstring() is not available"?

You will need to enable LoadStringEnabled using Properties on ServerScriptService

Terms of Use

  • Do not DDoS Attack the API
  • Wait times must be a reasonable number (30 seconds or longer)
  • Follow the Roblox ToS and Discord ToS
  • Do not tamper with the API Handler Script in Roblox

InterbloxAPI.rbxm (3.4 KB)

Discord Bot - Discord.py (Python)

InterbloxAPI-Discordpy.zip (2.3 KB)

Discord Bot - Discord.js (JavaScript)

Currently patching some bugs

Screenshots from Beta Tester Program

1 Like

Fixed. Updating now. Apologies.

Roblox API Handler Update 1.0.1

Script now fetches the code from the API Website
Script is no longer Obfuscated

InterbloxAPI.rbxm (3.4 KB)