Example
Tab:Bind({
Text = "Bind",
Bind = Enum.KeyCode.P,
Callback = function(State)
print(State)
end
})Last updated
Tab:Bind({
Text = "Bind",
Bind = Enum.KeyCode.P,
Callback = function(State)
print(State)
end
})Last updated