Current Best Way To Hide Mobile Controls?

With ModalEnabled not working anymore, what is the current best way to hide mobile controls? In my case, the mobile controls get in the way of a GUI window, so I would like to temporarily hide the controls while the window is being displayed.

2 Likes

It should be UserInputService.ModalEnabled = false , so do that if you are setting it to true. Otherwise, (this probably won’t work) set the GUI frame ZIndex to a high number. It overrides other GUIs, but I don’t know if it overrides controls. Worth a try though.

You’ll want to disable this ScreenGui in the PlayerGui.

image

11 Likes