[NOT RESOLVED] How would I force gui navigation to be enabled?

Hi. I’m wondering how to prevent people from disabling keyboard or xbox navigation in my game. By that, I mean that if they press # or select, it wont disable. I already figured out how to auto enable it when joining, but they can still disable it after, which is what i don’t want.

I tried looking for solutions, but they all talked about how to completely remove gui navigation, which is not what i want either.

I also tried to do GuiService.GuiNavigationEnabled = true as soon as an input for # or select is detected, but that didn’t do anything.

1 Like