Skip to content

object_rez

LLEvents:on("object_rez", function(RezzedObjectsID: string)
-- ...
end)

Triggered when an object rezzes another object from its inventory via the llRezObject, or similar, functions. The id is the globally unique key for the object rezzed.

Parameters
RezzedObjectsID (string)

Add example usage here showing how to handle the object_rez event in SLua/Luau.

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