Changed (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
No edit summary |
>JulienDethurens No edit summary |
||
(33 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
There are two different ''Changed'' events as shown below. | |||
{{:Changed (Event)/property}} | |||
{{clear floats}} | |||
{{:Changed (Event)/value}} | |||
{{clear floats}} | |||
[[Category:Events]] | |||
Latest revision as of 05:32, 6 February 2012
There are two different Changed events as shown below.
Changed ( Property property ) | |
Description | Fired whenever a property of the object changes. |
---|---|
Member of: | Instance |
Changed ( type Value ) | |
Description | Fired after the Value property is changed. This is present but does not work in 2008M, it uses the other version of this event instead. |
---|---|
Member of: | BoolValue, BrickColorValue, CFrameValue, Color3Value, IntValue, NumberValue, ObjectValue, StringValue, Vector3Value, RayValue |