Skip to content

llSetPos

function ll.SetPos(Position: vector)

If the object is not physical, this function sets the position of the prim.

If the script is in a child prim, Position is treated as root relative and the link-set is adjusted.

If the prim is the root prim, the entire object is moved (up to 10m) to Position in region coordinates.

Parameters
Position (vector)
Region coordinates to move to (within 10m).

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

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