unkeybind - EdgeIY/infiniteyield GitHub Wiki
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