@mrfergie@Shawnyg@LostInfinity , How do you make a Team Ranks (Like on the police team, Cadet, officer, captain etc), since I am making like a cop Roleplay game so I want some stuff to be locked to a rank.
Then find the Teams service in explorer, marked with a soccer ball. It should be beneath Players I think.
Then add a new Team inside Teams, set the Color of the team to whatever color, and name the team whatever team name.
Finally, to apply a team to a player, do
Oh…
Like
Police.Ranks = {
“Cadet”;
}
Well you could do that by making a new Stringand naming it the player’s name, and the string value being the rank.
Well you could do that by making a new StringValue every time a player joins and naming it the player’s name, and the value being the rank. (But if you want to display the separate subdivisions of each team, you would need a custom gui)