Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I disable default GUI gamepad input?

Asked by
Dalamix 26
3 years ago

I want to use my own code for controlling GUI in my game for gamepads so I have to disable the default navigation of GUIs in roblox. I tried putting this in a localscript in one of my GUIs in StarterGui:

service = game:GetService("GuiService")
service.GuiNavigationEnabled = false

No errors, and it didn't work.

Answer this question