I have a simple game where there are two teams, and for each team, I want to have two roles: the healer and the protector (and a common weapon between both). I've tried doing nested teams but it didn't as the team must be a direct child of the team's service folder.
The thing I'm talking about looks very similar to 2 players tycoon, where they both belong to the same team but each one has different roles
I'm new to Roblox Studio and I'm not sure how to do it and I would really appreciate any help. Thanks in advance
the thing I wanted was having nested teams, but after very long time I finally realized that this is impossible and instead I created "teams" folder inside replicatedStorage and then using folders instead of teams and setting them through roles
player:SetRole('Team', game.ReplicatedStorage.Hero.Superman.Name)
well, I'm still struggling at displaying it to the leaderboard but I'm not that good in Guis anyway