Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

how to make 2 GUIs that shows the amount of players in each team?

Asked by 2 years ago

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

0
dont thank us if you havent even attempted yourself. greatneil80 2647 — 2y
0
Please try something yourself first. We can't make scripts for you. This is 'ScriptingHelpers' not 'ScriptingRequesters'. Soban06 410 — 2y
0
If you dont understand the negativity,ScriptingHelpers are here to help with bugs or problems in scripts but not generally make new scripts XxSpiritDuoxX 2 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago

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"

Ad

Answer this question