Count players on a team GUI

How would I do something like this?
image

I’ve tried multiple times to get something like this working, and I’ve never found out how to do so.

textlabel.Text = tostring(#game.Teams.TeamName:GetChildren())

create a fram with textlabels, two for each team. the second textlabel should have my script above. The first textlabel contains the name of the group. Repeat for as many teams as there are. Pretty simple, not the best but gets the work done