How are group ranking bots made

I always wanted to know how are group ranking and funds giving bots were made, I looked up that but didn’t find anything useful in YouTube or searching it.

Edit:
Topic changed because it was marked as off-topic

1 Like

Combination of Roblox server-side scripting and third-party web servers. A request is sent from Roblox script to a server, the server logs in a bot account using some library like noblox.js, and does the changes.

1 Like

I appreciate your answer but it isn’t detailed enough

A server is hosted externally off of Roblox. Some people prefer the platform Glitch or repl.it, however, you may also use a VPS. You can find noblox.js on GitHub. Also, you could try searching up “roblox group ranking bot” on YouTube.

1 Like

I’ll check out noblox.js thanks for replying!

btw I checked YouTube but all I found was useless

Oh, and please don’t forget to add something after = in your environmental variable file, no spaces please.

1 Like

Thank you very much for detailing it :smile:

Have you seen this tutorial? How to Create a Rank Management System using Glitch

1 Like

My tutorial only requires one script, just two module scripts. If for some reason you need them all in one script, which there is no reason for, you can easily do so.

1 Like