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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related events and functions can be linked here
- LSL equivalent: object_rez