I have two teams: red and blue.
I’ve the blueprint of the red and blue character controller.
I want to spawn first the blue team in a determined players spawn entities, and after a few seconds, the red team in their own player spawns:
I have two teams: red and blue.
I’ve the blueprint of the red and blue character controller.
I want to spawn first the blue team in a determined players spawn entities, and after a few seconds, the red team in their own player spawns:
You can code this on game mode. On begin play, you can wait a few seconds for players to connect etc, then get all players, if they are on blue team, create a character for them and give them control. After this is done, wait another40 seconds, and do the same check as before but for the players in the red team.