Skip to content

llPatrolPoints

function ll.PatrolPoints(Points: {any}, Options: {any})

Patrol a list of points.

Sets the points for a character (llCreateCharacter) to patrol along.

Parameters
Points ({any})
A list of vectors for the character to travel through sequentially. The list must contain at least two entries.
Options ({any})
No options available at this time.

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

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