Can you disable the Roblox Menu Button?

So i am making a game, but players can cheat by opening the menu. It is hard to explain but watch here:
https://streamable.com/14z263
Normally you would die when you touch the red parts and it would reset you back to the beginning. But the problem is when you open the menu it lets you skip over everything. Is there any way to prevent players from doing this?

You could use the GuiService | Roblox Creator Documentation event which would allow you to pause your game, or else save the player’s mouse position before opening the menu and then move it back to that position when they close the menu using the MenuClosed event.

2 Likes

You cant change the position of the players mouse as a notice.

1 Like

Yeah, true. I forgot about that. Thanks.

The problem is that since roblox is an online game, there might be issues when you try to pause the game

1 Like