llSetHoverHeight
function ll.SetHoverHeight(Height: number, Water: number, Tau: number)Critically damps a physical object to a Height (either above ground level or above the higher of land and water if water == TRUE).
Do not use with vehicles. Use llStopHover to stop hovering.
Parameters
Height(number)- Distance above the ground.
Water(number)- Boolean, if TRUE then hover above water too.
Tau(number)- Seconds to critically damp in.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.SetHoverHeight().
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: llSetHoverHeight