Help needed with visual scripting

Hello fellow developers,

I ran into a problem today, i am fairly new to visual scripting and C++ so i decided to use a tutorial to make a menu screen to test out everything.
almost everything worked but when i made the actual menu screen it didn’t work correctly, I could still shoot my gun on the background and when i press ‘Play Game’ Nothing except a gunshot happens.
the rest like settings and quit still work. Maybe anyone knows what i did wrong.

This is the tutorial i used:
https://docs.unrealengine.com/latest/INT/Engine/UMG/QuickStart/4/index.html

here are the scripts:
Script2.pngScript2.png

If anyone needs to i can build the game to show you

You need to setup the Menu in another Level that ISNT your gameplay level.

The tutorial states that a Main Level was used to create the Menu in that Level Blueprint.

Are you using the FirstPersonExampleMap Level Blueprint to create the Menu?

You are setting the input node to “Game Only” when what you want is for it to be UI only and then once they have chosen their level you can set it back to Game Only