llExecCharacterCmd
function ll.ExecCharacterCmd(Command: number, Options: {any})Execute a character command.
Send a command to the path system.
Currently only supports stopping the current path-finding operation or causing the character to jump.
Parameters
-
Command(number) - Command to send.
-
Options({any}) - Height for CHARACTER_CMD_JUMP.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ExecCharacterCmd().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llExecCharacterCmd