This is what I got, Two teams.
Team one: Playing Team two: Spectators
What I have done so far:
-Made a introduction to the game -Done team change (To playing). -Done the teleport to game.
I just need to know how to make a script that will know when everyone dead (Or when everyone is on one team). And announce the last person left on the team Playing. And then loop back to the beginning.
Any ideas?
Add a message to the game, name it MSG
plr = game.Teams.Playing.LocalPlayer if plr ==1 then game.Workspace.MSG.Text = "ONE PERSON STANDING" wait(10) game.Workspace.MSG.Text = ""
I'm sure this will work.
EDIT #1