Custom Keybinds gui

Does anyone know how to make it where u can change your keybinds? So a gui that lets you play what your keybinds, I can’t find any videos on it

1 Like

If you want custom movement keys you’ll either need to copy roblox’s movement scripts and edit the keys or create your own movement system that supports custom keybinds. If it’s for abilities or whatever you can store the keybind to a variable and just update the bindings when it’s changed in the GUI.

The second one’s pretty simple but for some reason people never do this.

The first one is a massive chore so I’m not surprised there’s no videos on it.

https://developer.roblox.com/en-us/api-reference/function/ContextActionService/BindAction