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 BindFor Enum.KeyCode list go to Link
Last updated
Was this helpful?
