llNavigateTo
function ll.NavigateTo(Location: vector, Options: {any})Navigate to destination.
Directs an object to travel to a defined position in the region or adjacent regions.
Parameters
-
Location(vector) - Region coordinates for the character to navigate to.
-
Options({any}) - List of parameters to control the type of path-finding used. Currently only FORCE_DIRECT_PATH supported.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.NavigateTo().
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: llNavigateTo