of     1   

Fliers11
#63565417Tuesday, February 28, 2012 3:29 AM GMT

How do you use it?
DXPower
#63565994Tuesday, February 28, 2012 3:41 AM GMT

I don't use it, but it's when something has changed. script.Value.Changed:connect() It will fire an event when a property of Value has changed I believe. All hail the Power of DX!
xXxMoNkEyMaNxXx
#63571333Tuesday, February 28, 2012 7:19 AM GMT

.Changed:connect(function(property) --code end) >this will run whatever is inside the function and set the variable 'property' to the value of the property that changed.
SCARFACIAL
#63571407Tuesday, February 28, 2012 7:24 AM GMT

There's also a Changed value for the InstanceValues that just returns the changed value. Instance.new("IntValue", game.Workspace).Changed:connect(function(newValue) print("The value has changed to " .. newValue) --> Will print something like "The value has changed to 4" end) Haters gonn' hate.
xXxMoNkEyMaNxXx
#63571510Tuesday, February 28, 2012 7:31 AM GMT

ye

    of     1