-
Notifications
You must be signed in to change notification settings - Fork 266
unkeybind
Greenman edited this page Jan 20, 2020
·
1 revision
void unkeybind(<string> cmd, <string> key)
Note: void
means no return values
Unbinds key
from cmd
. The value of key
should be tostring(Enum.KeyCode.KEY))
.
--Note: This is just a snippet
["Function"] = function(args,speaker)
unkeybind('esp',tostring(Enum.KeyCode.W))
end
Infinite Yield
Plugins
Core Functions