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.