Roblox Studio "UI Navigation Toggle" option auto-enables every single solo test even while settings have it disabled

Every time I start a solo test in Roblox Studio, I cannot move until I press the escape key to open the settings. The test always starts with the blue border highlight on one of the GUI elements (TextButton, I think) and switches GUI elements with WASD keys until I clear it by pressing escape.


I am unsure if I pressed a specific keybind by mistake or the MCP server toggled it on or made a change somewhere I haven’t noticed.

Do you automatically set GuiService.SelectedObject somewhere?

Selection shouldn’t start automatically unless you set it directly. You can also escape the selection mode from your keyboard by hitting the backslash \ button.

1 Like

Yes, there’s a good chance that is probably what is happening. I wasn’t even sure what property would’ve been doing this, so thank you. I will mark this as the solution if it is the case.

Also, I do not think the backslash key was doing anything, I assume due to how it was implemented.

1 Like

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