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.