llMoveToTarget
function ll.MoveToTarget(Target: vector, Tau: number)Critically damp to Target in Tau seconds (if the script is physical).
Critically damp to position target in tau-seconds if the script is physical. Good tau-values are greater than 0.2. A tau of 0.0 stops the critical damping.
Parameters
-
Target(vector) -
Tau(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.MoveToTarget().
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: llMoveToTarget