PlayerStart Capsule Collision

I’m pretty new to Unreal, so I may be doing something wrong.

Anyway, I’m following the Paper2D video tutorials and have a problem. When I click play, a duplicate “me” pops up and can’t go away. I’ve been able to hide it, but not make it go away.

Any help?

Do you have both a MyCharacter and Player Start asset on the level? That might cause 2 instances of the Character.

Well, which one should I get rid of? I have both…

Remove the placed MyCharacter and use just the player start OR set the auto possess player for the MyCharacter in the details panel to Player 0