Skip to content

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)

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.