Using arrow keys to navigate on a UI

In the Egg Hunt UI, I just set GuiService.SelectedObject to the button that the player is mouse hovering over. That way, you get WASD/arrow key navigation for free without having to implement this yourself. I found this to be way more convenient.

3 Likes