I want to create my own PlayerList Gui and I have all of the UI completed, though I want all of the contents to move depending on how many players in a team.
In the image above, there are about 4 players in the first team, but the player text overlaps the teams below, how could I make it so the teams below move down to show every player.
Same with the size of the ScrollingFrame to change size depending on how many teams are visible.
Okay so that’s the problem you see, the size of “Army Special Operations Command” frame stays the same, so you either change size of it manualy by script, or use AutomaticSize.
Either way, you’re gonna have to use the offset for the size, if you aren’t already.