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



1 Like

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.

1 Like

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.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.