I need help making a system so that when a player gets defeated 3 times they become a spectator.
1 Like
get a lifecycle so when player knocked out → update counter . (counter update scope should be player) counter target number is 3, when target number reached → use team switcher to switch player to spectator
2 Likes
Lifecycle (Player Knocked out) → Increment Counter
Make the counter’s target value 3.
Target Value Reached → Switch to Configured Team (Team Switcher)
Make the team spectators.
EDIT: argrgrgrgr @Grahamathan15 you beat me to it!
3 Likes
Make sure to mark a solution if you have what you need.
The not-so-dramatic return of Sir Lancelot.
2 Likes