Player Frozen in Sky On Play

The spawn location is in the sky instead of at the PlayerStart. When I click play it spawns the ThirdPersonCharacter in the sky and is unmoveable, even the view is frozen. I tried changing the GameMode in Maps & Modes but that wasn’t working. It started after I removed the default map the Third Person Template came with and created a new landscape. I’m not sure what the problem is, I’m new to Unreal Engine and I can’t figure it out. Thanks for the help.

Found a solution to my own problem. Turns out that my Player Start was below the World Space and it was giving me a BadSize error. So I moved the PlayerStart to a positive Z coordinate and it fixed the problem.