Skip to content

changed

LLEvents:on("changed", function(Changed: number)
-- ...
end)

Triggered when various events change the object. The change argument will be a bit-field of CHANGED_* constants.

Parameters
Changed (number)

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

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