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