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:
1 | service = game:GetService( "GuiService" ) |
2 | service.GuiNavigationEnabled = false |
No errors, and it didn't work.