Example
-- Note: This is just a snippet
Window:Bind("Bind", Enum.KeyCode.A, false, function(State, Key, Func)
print("Bind:", State)
end)
Last updated
-- Note: This is just a snippet
Window:Bind("Bind", Enum.KeyCode.A, false, function(State, Key, Func)
print("Bind:", State)
end)
Last updated