ValuesValueBaseOn this pageValueBase Abstract Inherits from Instance Base class of all value classes. Summary Events Changed : void Events Changed ValueBase.Changed() Fires when the value of the ValueBase changes. Example boolValue.Changed:Connect(function() print("My new value is " .. boolValue.Value)end)