I want to know how the teams are organized on the leaderboard.
At first I thought it was alphabetical (see first screenshot) but when created one for my game it was not ordered alphabetically. I also tried to order them by Color name and Color placement on the pallet but none worked (see second screenshot).
Teams are ordered based on which ones you drag in first. Move the teams out of the Teams service then drag them in based on which ones you want showing from topmost to bottommost. The leaderboard performs an ipairs iteration to add teams to the leaderboard so changing which teams you drag in first changes their indice in the GetTeams array.