Skip to content

llGetStaticPath

function ll.GetStaticPath(Start: vector, End: vector, Radius: number, Parameters: {any}): {any}
Parameters
Start (vector)
Starting position.
End (vector)
Ending position.
Radius (number)
Radius of the character that the path is for, between 0.125m and 5.0m.
Parameters ({any})
Currently only accepts the parameter CHARACTER_TYPE; the options are identical to those used for llCreateCharacter. The default value is CHARACTER_TYPE_NONE.

Add example usage here showing SLua/Luau syntax with ll.GetStaticPath().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.