Group Rank Bot Questions

Hey all,

I am looking to try and make a group rank bot for a group I am working on, and I need someone to explain what steps I should take to do this. This is my first time, and I want to make it the best I can. If you could, try and answer these questions.

  • What software should I use?
  • What is needed to make a group ranking bot?
  • Are there any vulnerabilities?
  • Does it involve advanced coding?

I’d love to hear your opinions. As I said, I am starting out on this, and I am looking to make new creations here on Roblox.

Jon

4 Likes

I think there is some nodeJS roblox bot module. I dont know if bots like this are aloud on roblox

2 Likes

Thank for for letting me know. I want to go with the safest and most legal bot system. I don’t want to break any ToS while doing this. I have done some research before making this, but I want to hear the community’s opinion.

Thank you for letting me know once again! Hope all goes well, and have a great day! :slight_smile:

Jon

1 Like

Nova hotels has this I believe, and their a pretty big group. I don’t think it’s not aloud on Roblox, there’s probably just restrictions on how you use them.

1 Like

Not really. My first JS application was a ranking bot. If you have basic knowledge of JS and NodeJS you can slap it together in 15 minutes with express, noblox.js, and glitch.

Hey there,

Yes, I have some experience in JS. Thank you for letting me know! :slight_smile:

2 Likes

You’re not really clarifying what type of application you’re wanting to do. Is it a bot that accepts/denies based on appearance or age, a bot for experience like Clan Labs, or something different?

Here are some libraries for different languages you can use. They all differ in difficulty/performance depending on the language itself and the implementation of the wrapper. You should choose one which you’re comfortable with, Most wrappers provide examples as well. Personally I recommend JS and Go.

Lua: GitHub - SinisterRectus/Discordia: Discord API library written in Lua for the Luvit runtime environment
JS: GitHub - discordjs/discord.js: A powerful JavaScript library for interacting with the Discord API
TS: GitHub - Skillz4Killz/discordeno: Discord API library for Deno
Go: GitHub - bwmarrin/discordgo: (Golang) Go bindings for Discord
Python: GitHub - Rapptz/discord.py: An API wrapper for Discord written in Python.
Java: GitHub - discord-jda/JDA: Java wrapper for the popular chat & VOIP service: Discord https://discord.com
C#: GitHub - discord-net/Discord.Net: An unofficial .Net wrapper for the Discord API (https://discord.com/)
C++: GitHub - zeroxs/aegis.cpp: Discord C++ library for interfacing with the API. Join our server: https://discord.gg/w7Y3Bb8

1 Like

Thank you for informing me on this!

1 Like