How can I make it so that I can switch between buttons without a cursor, but using the up / down arrows and enter. and when pressing the up / down button, camera position changed and dimmed. Everything is shown in the video robloxapp-20210612-2339164.wmv (1.4 MB)
You may want to look into GuiService | Roblox Creator Documentation, along with GuiObject | Roblox Creator Documentation and its associated properties and events.
There is more info on those pages.
Changing the camera position and the image of the button is just a matter of listening to when GuiService.SelectedObject
changes with Instance | Roblox Creator Documentation, or listen on the GUI objects themselves with GuiObject | Roblox Creator Documentation / GuiObject | Roblox Creator Documentation events.
1 Like
I tried to figure it out many times but it never worked. A selection box appears over my image button. The code needs to be changed, but I don’t understand how.