How to dynamically change slider range and value range of a variable?

For Value range you can set the variable as itself clamped from Min to Max values (in the construction script), that makes sure the value doesn’t exceed Min and Max. For the slider however, I still don’t know how to go about it, I just set the Min and Max to the extreme cases and hope for the best
Even though you can set the value manually outside the slider range (as long as it’s inside the value range), having a slider Min and Max change dynamically is nice as you’ll have the most control over the the value (for example if I have the slider range from 0 to 3 I get more travel distance to clear a step if that makes sense)
So yeah +1 Bump, I would still like to know how to do it if it’s possible