Is there a way to set the selected button for controller navigation?

I want the select button to open the menu and I want the selection to already be on the first menu

Right now pressing select once opens up the menu, but navigation doesn’t work until the select button was hit a second time

This is how it opens


this is how I want it to open (currently achieved after pressing select twice)

http://wiki.roblox.com/index.php?title=API:Class/GuiService
http://wiki.roblox.com/index.php?title=API:Class/GuiService/SelectedObject
http://wiki.roblox.com/index.php?title=API:Class/GuiService/AddSelectionParent
http://wiki.roblox.com/index.php?title=API:Class/GuiService/AddSelectionTuple

Set SelectedObject to the first button.

1 Like

Perfect, I thought I had looked everywhere, I checked PlayerGui because that’s where I set the selection frame but I didn’t realize there was also a GuiService

1 Like