Shuffle teams on round start

So the solution I used for this was to :

  • Set every spawn_pads to “Any” team (even if they are used for Team 1 respawn location)
  • Add short invincibility spawn time
  • Make my shuffle in Verse
  • Call AddToTeam on EVERYBODY
  • Call Teleport() on players I want to spawn somewhere else
  • Call Item Granters on both team (with “Clear Inventory” parameter)

This works because I have a spawn limit of 1, if you’re gonna be able to respawn, I guess you can do it in Verse like I did with an aditional life system I made

Also, I use Teleport() and not Respawn(), because the last one will mess up the score HUD after respawning (24.30)