Roblox Group Rank Bot

Hey everyone,

I’m working on an interview system where players go through a process in game, and if they pass, they should automatically get promoted to the “Trainee” rank in my group.

Originally, I planned to use a bot or some sort of Roblox API based approach to change their rank directly from the game. However, I recently found out that Roblox no longer supports changing group ranks and the current API seems to have pretty tight restrictions on this.

Some games still have auto rank systems so I’m wondering how it’s done.

Thanks in advance!

Use could API from roblox.
It can be called from live server afaik, you dont need to host anything.

2 Likes

Example of exactly this in the official documentation:

Also legacy API v1:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.