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

How do I make a when died your team changes?

Asked by 6 years ago

I'm trying to make a script where if you die you team will be changed.

0
No one will provide you a script because that's not what this site provides for users. If you want a script then a good way is to research it on wiki or find a question on this site related to this subject. Here is this one: https://scriptinghelpers.org/questions/5920/how-do-i-team-change xPolarium 1388 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Okay. You'll use the humanoid's died function.

http://wiki.roblox.com/index.php?title=API:Class/Humanoid/Died

This'll be coupled with a simple change of the team, with something similar to player.Team = team.

http://wiki.roblox.com/index.php?title=API:Class/Player/Team

Ad

Answer this question