Character Selection

Hey
i’m working on a multiplayer game, and after you pick a server there’s an option to choose between blue and red, my question is how do I make it so that whenever I press the button of the red team it will spawn in the red spawn, and vice versa.

There are many ways to do this. My personal favorite is to extend the PlayerStart class into a TeamStart class. That way you can place Start Locations for specific Teams.

Hope that gets you started =)