Second player won't move after 'open level'

Hey! So, i’m working on a Paper2D-game and have been able to create two character controlled by a gamepad each (player inedxes 0 and 1). It was all working perfectly, until i decided to make a Main menu. I made the menu as another level, and added a “start” button that opens the level with the two characters. The problem is that when i open the level from the menu level, the second player won’t move!

I have pictures of the levelblueprints which is where the player-creating is happening, and I really hope i can get some help on this

I’m having this exact same problem, and setting the input mode before load didn’t help me. I would love an answer to this question.

Have you tried depossessing the second controller before attempting to possess the newly created pawn?

but the second player isnt even created before the level opens? and shouldnt it overwrite?