How to create sub-teams/divisions?

I’m working on a faction-based game, where there are at least 5 factions. Each faction has its own team, but the issue comes when factions create sub-divisions. I’d like to not have 30 teams filling up the leaderboard for all the factions and divisions for each faction. How can I create some kind of sub-team system?

( Googling anything relating to “team” just pulls up regular roblox teams, and i’ve been unable to find any sub-team systems )

1 Like

Instead of using Roblox Teams, use a custom team system, as default one provides no such feature. To create custom teams you can get all the current players, assign each of them an intvalue or a stringvalue depending on the team they choose. Apply second value and you can derive the subteam from the team. It’s probably not very efficient but pretty simple to make.