Hey! I’m trying to make a system like in Grow a Garden where, when a player joins the game, they get assigned one of 6 available plots (territories). Each plot should only be used by one player. I also want the player’s name to appear on a nameplate in their assigned plot.
And when the player leaves the game, everything on their plot should be removed so it's ready for the next player. How can I do that?