Changed (Event)

From Goodblox Wiki
Revision as of 11:50, 23 June 2020 by Pizzaboxer (talk | contribs) (Created page with "<onlyinclude>{{Event| name = Changed |arguments = Property ''property'' |description = Fired after the specified property is changed |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Event
Syntax Changed( Property property )
Description: Fired after the specified property is changed
In 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.

Event
Syntax Changed( type Value )
Description: Fired after Value property is changed
In Object: BoolValue, BrickColorValue, CFrameValue, Color3Value, IntValue, NumberValue, ObjectValue, StringValue, Vector3Value.