Disabling the mobile joystick

How do I disable the joystick on mobile so that I can use, for example, the drag detector behind it? I tried PlayerControls:Disable() , the joystick disappeared, but the drag detector under it did not work (when I move the camera it works, only in the place of the joystick does not)

Try GuiService.TouchControlsEnabled = false

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.