Skip to content

llSetStatus

function ll.SetStatus(Status: number, Value: number)

Sets object status specified in Status bitmask (e.g. STATUS_PHYSICS|STATUS_PHANTOM) to boolean Value.

For a full list of STATUS_* constants, see wiki documentation.

Parameters
Status (number)
Value (number)

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

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