DoubleConstrainedValue
Show Deprecated
DEPRECATED
An instance which is used to create a number value which can never be less than the MinValue or more than the MaxValue.
Summary
Properties
HIDDEN
NOT REPLICATED
The highest number that the DoubleConstrainedValue.Value property can be.
The lowest number that the DoubleConstrainedValue.Value property can be.
Used to hold a number value between DoubleConstrainedValue.MinValue and DoubleConstrainedValue.MaxValue.
NOT REPLICATED
Properties inherited from Instance
Methods
Methods inherited from Instance
Events
Fired whenever the DoubleConstrainedValue.Value of the DoubleConstrainedValue is changed.
Events inherited from Instance
Properties
ConstrainedValue
MaxValue
The highest number that the DoubleConstrainedValue.Value property can be.
Value
Not Replicated
Used to hold a number value between DoubleConstrainedValue.MinValue and DoubleConstrainedValue.MaxValue.
Properties inherited from Instance
Methods
Methods inherited from Instance
Events
Changed
Fired whenever the DoubleConstrainedValue.Value of the DoubleConstrainedValue is changed.
Parameters
Code Samples
DoubleConstrainedValue.Changed
workspace.DoubleConstrainedValue.Changed:Connect(function(newValue)
print(newValue)
end)
workspace.DoubleConstrainedValue.Value = 2
Events inherited from Instance