How to set the range of a slider?

I have a slides that scales my character. I could use a clamp with a range of .5 - 1, but when you move the slider left past .5 it doesn’t do anything. Is it possible to setup the range of the slider to .5 - 1 instead of the default 0 - 1?

Thanks.