How to make the menu button do nothing?

how do I make the menu button do nothing because I am making a game and it is very annoying

3 Likes

My solution could be to create a variable, then “when Menu button pressed, set “variable” to 0”. Remember, that variable won’t affect your game any way, but it will be important to not turn on the options.

1 Like

Untitled video - Made with Clipchamp (19)

1 Like

Just drag an “On menu button pressed” sandwich block into your editor and leave it empty!

2 Likes

Put down the on button press thing and put something stupid in it, like setting a value to 1

2 Likes

Drag out an on A button pressed block and set the dropdown to “Menu”
don’t put any blocks in the container

2 Likes

If menu pressed run a function that does nothing

//THAT IS LITER
ally it

1 Like

Go to the controller section and pick on when menu button pressed. Don’t add anything. The menu button will do nothing

2 Likes