Deselect gamepad selection?

Hi, how can I deselect the current gamepad selection?

Have a look over this service:
https://www.robloxdev.com/api-reference/class/GuiService

In particular you might want to try this:

game:GetService("GuiService").SelectedObject = nil
3 Likes