Switch Level

Hello,

how do I make the blueprint so that when I change the level it doesn’t put me where I have player start, it puts me next to the door so I can open it myself, but it should be another similar level



You have a couple of options

  1. Move the player start

  2. Don’t use the game mode to spawn the player. Spawn the player yourself, then you can put it where you want.

Player Starts have special tags:

image

Which the Game Mode can look up:

The Game Mode can also override this, and provide an explicit start:

Have a look at its override list.