Skip to main content

Binding

Creating a KeyBind

a:Keybind({
Title = 'KeyBind', -- Set Title
Key = Enum.KeyCode.W; -- Default Bind
CallBack = function()
print('Binded')
end,
})