Xbox MainMenu Problem

Hello, so today I have been trying to figure out how to make the GUI be auto-selected without pressing ButtonSelect or Button. Anyways on how to fix it?

1 Like

Could you please elaborate on your question? I do not understand what you are trying to accomplish.

Im trying to make GUI selected without buttonselect or button
When your on gui you would have to press buttonselect or button.

I found the Article SelectedObject which allows you to set the currently selected object. So you would just use that to set the current object to the Element you want.

Still didn’t work i try using UserInputType and still didn’t work

Did you do something similar to this?

local GuiService = game:GetService("GuiService")

local Button = script.Parent.Button

GuiService.SelectedObject = Button
2 Likes