If you create a custom game mode for your level you can override a function called ChoosePlayerStart. This lets you return a specific PlayerStart object to be where you player’s actor is spawned. You can keep a reference to a known PlayerStart in your GameMode and when ChoosePlayerStart is called, move that actor to the location you want and then return a reference to it.