I’m trying to make something like what they have and it is sorta like this:
Rank ID depends on what team you get auto-teamed on.
rankid 1 through Training Team (or something else.) rankid 2 through (whatever number) - Another Team rankid (whatever number) through 255 - Last Team
That probably doesn’t explain much but I’ll put it into words instead, a script where you get teamed on a certain team depending on what rank in the group you are. Such as Privates or Trainees on one team and Middle Ranks on another and lastly the High Ranking people will be on the last team.
@dollychun, A bot wouldn’t be needed if the rank is already set. You can use: Player:GetRankInGroup(groupID)
This returns an int value of that persons rank. Each role within a group has a specialized rank number that you can set.
Just use that function and connect it to the specific team you want.