How would I check if everybody on a team is dead?

Is there any way to do this the fastest?

1 Like

Just loop through all the players in a team, check if their Character is nil or if humanoid’s health is 0.

1 Like