Main Menu is not proceedng to level

I have made a simple , minimalistic main menu for my game copying the entire procedure of the Main Menu Tutorial.

The quit button worked well but after I press the play button it freezes and then resets. Please help!

Check the output log first and see why it crashes.

There might be a problem with your FirstPersonExampleMap. Or maybe you misspelled it. Whatever the reason might be, the output log will give you more answers.

The freeze is loading the level. Are you calling the menu up at character/level on begin play? That will result in it showing every time it loads

It said there was a problem with the firstpersonexamplemap. But there was nothing like blueprint compile error.

Now I understand. I have put the main menu on the same level which I want to load. The play issue is fixed, but I can’t control my character. I can only control a camera.