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

Switch team Script?

Asked by 10 years ago

Does anyone know how to make a Switch team Script?

2 answers

Log in to vote
0
Answered by
Mr1Vgy 30
10 years ago

Make a Gui button and put this inside:

local yes = true--if true then it kills the player when they click, if false the player lives
script.Parent.MouseButton1Click:connect(function()
    game.Players.LocalPlayer.TeamColor = BrickColor.new("Bright green") --change this to the team color you want
    if yes then
        game.Players.LocalPlayer.Character.Humanoid.Health = 0
    end
end)
Ad
Log in to vote
0
Answered by 9 years ago

See i Need 1 of these but with the GROUP rank script included... Any Ideas?

Answer this question