Falling through map while switching levels even though Player Start is Set in UE5

hello, can you please help me im just testing " switching levels " by this box collision it works but it just every time spawns me under the map. Even though when i go to the level i want to be switched on it spawns me normally because player start is set. i tried even destroy old player character so it can be loaded new but not even that works i cant add video so i cant really describe it more

Hey @demeteralex9! Welcome to the forums!

Don’t worry, it’s most likely a simple issue of load order! Chances are your level is loading in after your character.

You can test this by putting in a box that blocks pawns underneath the spawn point- not a static mesh, just a blocking volume, it should load very quickly due to the basic nature of the collision.

Hope this helps!