How do you make it so people can't respawn AT ALL after one or two deaths

How do you make it so people can’t respawn AT ALL after one or 2 deaths.

You make a life cycle, set it to knocked out, and make a wire connecting the life cycle to a team switcher that switches yor team to spectators.

1 Like

This would work fine for one death. For two, setup a counter - property system, so the counter updates the property. Each time the player dies, decrement one from the counter and check if it equals zero. If true, set the players team to spectator.

2 Likes

Or teleport them to a random room to keep their score.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.