llWanderWithin
function ll.WanderWithin(Origin: vector, Area: vector, Options: {any})Wander within a specified volume.
Sets a character to wander about a central spot within a specified area.
Parameters
Origin(vector)- Central point to wander about.
Area(vector)- Half-extents of an area the character may wander within. (i.e., it can wander from the specified origin by up to +/-Distance.x in x, +/-Distance.y in y, etc.)
Options({any})- No options available at this time.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.WanderWithin().
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: llWanderWithin