Skip to content

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.

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.