Changed (Event)
From Legacy Roblox Wiki
{{Event|name=Changed |arguments=Property Property |description= Fired after the specified property is changed |object= Global
There is also a separate Changed event exclusively for value holder objects. Unlike the global Changed, it is linked directly to the Value property. The type of the value returned corresponds with the Value's type.
Changed ( type Value ) | |
Description | Fired after Value property is changed |
---|---|
Member of: | [[RBX.lua.BoolValue, BrickColorValue, CFrameValue, Color3Value, IntValue, NumberValue, ObjectValue, StringValue, Vector3Value. (Object)|BoolValue, BrickColorValue, CFrameValue, Color3Value, IntValue, NumberValue, ObjectValue, StringValue, Vector3Value.]] |