Keybinds
This page will show you how to use Keybinds.
function KeybindDown()
print("Key down.")
end
Page1:newBind("Title", KeybindDown, Enum.KeyCode.E) -- Title, Callback, Default BindLast updated
This page will show you how to use Keybinds.
function KeybindDown()
print("Key down.")
end
Page1:newBind("Title", KeybindDown, Enum.KeyCode.E) -- Title, Callback, Default BindLast updated