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
circle-exclamation

Last updated