In my game we have made an auto team assignment system, but when a player first joins in it takes a moment for it to load. In this span a player is assigned to the Neutral team ROBLOX has provided.
In order to prevent the first life of a player just spawning randomly on the map, we made the team that the player is assigned to Neutral compatible. However, this makes it so any team can spawn on that pad. We run into a blockade here because if somebody for example joins the police team, there’s a chance that they can spawn on the Neutral compatible pad.
Are there any properties I’m not aware of, or any solutions to this issue?