Sets the minimum and maximum values for the slider
Signature:
Slider:SetMinMaxValues(minValue,
maxValue)
Arguments:
minValue
- Lower boundary for values represented by the slider position (number
)maxValue
- Upper boundary for values represented by the slider position (number
)