Skip to content

llDerezObject

function ll.DerezObject(ID: string, flags: number): number

Derezzes an object previously rezzed by a script in this region. Returns TRUE on success or FALSE if the object could not be derezzed.

Parameters
ID (string)
The ID of an object in the region.
flags (number)
Flags for derez behavior.

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

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