hi i need help making 2 GUIs that shows the amount of players in each team. for example if team blue has 5 members and team red has 7 members i want a gui that shows on the screen "team blue members left = 5" and another one that shows on the screen "team red members left = 7"
i also need help in making it so if a person dies he switches his team automatically to a team which is made for people who died. and thanks in advance
Try making one yourself before asking us. It's a pretty simple thing, use :GetChildren() on the teams to make a table and make 2 GUI's with #redteam and #bluteam as the text for textlabels. Keep in mind that this website isn't for "spoon feeding people scripts"