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.
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.
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.