Owl Hub UI Library
  • Welcome
  • Loading the Library
  • Pages
  • Buttons
  • Sliders
  • Text Boxes
  • Keybinds
  • Color pickers
  • Dropdowns
Powered by GitBook
On this page

Was this helpful?

Keybinds

This page will show you how to use Keybinds.

Example Keybind:

function KeybindDown()
    print("Key down.")
end

Page1:newBind("Title", KeybindDown, Enum.KeyCode.E) -- Title, Callback, Default Bind

For Enum.KeyCode list go to Link

PreviousText BoxesNextColor pickers

Last updated 4 years ago

Was this helpful?