How would you make it so that when a player dies he's auto put into a different team?
I have it so it grabs them in the beginning of the game and puts them into alive.
Something like this?
if player.health = 0 then
(code)
end
I have a change team function already, so I just need to know how to format it |