Me and my friends need this for multiple games but it is a chip/mechanic that makes so a certain role can have set number of people can have the role.
You can make that yourself pretty easily
2 Likes
Add to an integer variable and make it check if the value it greater or equal too any amount (your choice) if it is it will execute a subtitle to say there are too many people with the role (that is optional though) if it is not greater or equal it should add the role to the player
Edit: if the player’s role is changed make it subtract from whatever integer variable his previous role had