Controlling character

I’m creating a new character, but I can’t figure out how to control it. Whenever I hit start the default character spawns where the network player start is.

Edit “DefaultPawnClass” in your current GameMode to be your new Character.

And if I want to have a different character for each level? Also a new pawn keeps spawning even though one of the same class already exists in the level.

Hey @kyle_ren4,

Do you have multiple player starts in your level? Generally, player start is where you will start regardless of whether or not you have placed an actor in the level of the same type. Have you tried moving your player start where you want the player to be and removing your player actor from the scene?