Player Start not working correctly

While making a Paper2D game, I was trying to make it so I could spawn the player. After watching tutorials on beginning a project, I thought all I had to do was place one down. It soon turned out that in stead of spawning my character, it spawned it’s own, unmovable player. Any help on how to fix this?

Hey CJT
did you replace the default character class in the project settings with your custom class?

If not:
Go to Edit, Project Settings, Maps&Modes, There you can change the Default Pawn Class to your own.

Good luck. I hope this solves your problem :slight_smile:

Hello,

change these settings if your player is in level

Hope it helps,Cheers!