on_rez
LLEvents:on("on_rez", function(StartParameter: number) -- ...end)Triggered whenever an object is rezzed from inventory or by another object. The start parameter is passed in from the llRezObject call, or zero if from inventory.
Parameters
-
StartParameter(number)
Examples
Section titled “Examples”Add example usage here showing how to handle the on_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: on_rez