About 42,700 results
Open links in new tab
  1. Using the Discord REST API through Roblox

    Nov 26, 2020 · As some of you may know, Discord has a REST API which can be used for bots to perform different functions within Discord. This API can be used anywhere where you can send an HTTP request including Roblox’s HttpService.

  2. Introducing Rocord - Roblox to Discord API Module

    Jan 27, 2022 · Discordia is an api wrapper used in regular lua that connects to the discord api. Same thing with Rocord. Rocord is a module where you can make discord webhooks, bots, etc.

  3. coreBlox | A Discord to Roblox Bot ( Ban API Support )

    Mar 3, 2023 · Install the roblox script: Copy the DTR.server.lua script from coreBlox/Roblox directory. Paste it into the ServerScriptService of your game. Usage. Start the bot by running: node . Basic Commands. Setup your Roblox API key: /api-key set <YOUR_API_KEY> Add a Roblox universe: /universe add <game_name> <universe_id> Moderate a user:

  4. Create Discord-to-Roblox bots with ro.py!

    Jul 6, 2021 · In this tutorial, I’ll teach you how to add Roblox features to your discord.py bots with ro.py, the Roblox Web API wrapper for Python 3. When you finish the tutorial, you’ll have made whois, shout, exile, promote, demote, and setrank commands.

  5. Discord Integration: A guide on using Discord through Roblox …

    Aug 5, 2017 · a Discord Webhook is a handy little feature built into Discord that allows developers to send messages without the use of a bot(and in-turn a web server). These Webhooks are usable through POST requests, and can only be used to send messages.

  6. Discord to Roblox API - Scripting Support - Developer Forum

    Nov 30, 2022 · I want to write a new discord.lua API that you can use on roblox as a bridge between discord and roblox - for example, receiving a message in a text channel on discord will output a (filtered) message in roblox’s chat.

  7. RoManager — A free, feature rich Discord-to-Roblox bot

    Apr 24, 2021 · Add RoManager • Website • Support Server What can RoManager do? Group Management Commands /role — change a group member’s role (including /promote and /demote) /shout — set the group shout /join-request — view, accept and decline join requests /exile — exile members from your group Group Automations /group-ban — exile a user from your group when they join, effectively banning ...

  8. Roblox Group and Game Management Bot - DevForum | Roblox

    Feb 1, 2023 · The value, ROBLOX_API_KEY, is your API key for the Open Cloud endpoints. To get it, go to your API keys and click “Create API Key”. Once you do so, name it whatever you want and give it the Datastore, Messaging Service, and User Restriction API systems and add your desired experience to it.

  9. Roblox OAuth Bot - Community Resources - Developer Forum

    Jun 28, 2023 · This is a Discord bot built using the Discord.js library, which integrates Roblox OAuth for authentication and access to Roblox user data. Repository Link - Here Features Allows users to authenticate with their Roblox account using OAuth 2.0.

  10. Discord API & Bot running API through Roblox studio

    Mar 21, 2025 · If you are trying to run a Discord bot through the Discord APIs Inside of Roblox studio, I hope this information and piece of code helps you figure out how you can run them yourself!