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

Last Team Standing? [Script Included]

Asked by
KAAK82 16
10 years ago
WinnerG = game.StarterGui.Winner
WinnerF = WinnerF.WinnerFrame
WinnerT = WinnerF.Winner
RS = script.Parent.RoundScript.RoundStart
RC = script.Parent.RoundScript.RC
TEAM1 = {}
TEAM2 = {}

repeat
if RS == true then
for _,v in pairs (game.Players:GetPlayers()) do
if v.TeamColor == BrickColor.new("Bright blue") then
table.insert(TEAM1, v)
elseif
v.TeamColor == BrickColor.new("Really Black") then
table.insert(TEAM2, v)
else end
end
end

if #team1 <=1 then
WinnerF.Visible = true
WinnerT.Text = "The Survivor Force have Crushed the Beast!"
wait(1)
RC = false
WinnerT.Text = ""
WinnerF.Visible = false
elseif
#team2 <=1 then
WinnerF.Visible = true
WinnerT.Text = "The Beast has Crushed the Survivors!"
wait(1)
RC = false
WinnerT.Text = ""
WinnerF.Visible = false
end
until RC == false

So this Time guys, plz tell me about the Last Team standing and if the Script above is Correct...

0
Not even a Last Man Standing script. It's a 1 vs. All script OniiCh_n 410 — 10y
0
u mean deathmatch? cos in 1 of my accounts am trying to make a special guy black team and that he's against everyone else (blue team) KAAK82 16 — 10y
0
am trying to make it 1 VS All :::PPPP KAAK82 16 — 9y

Answer this question