Hmm, there may be a problem with your mapping values then. Actually you dont need to use map Range if the value you want to set is 0 to 100; in which case you just need to divide it by 100 to get a value between 0 and 1 for the slider.
Hmm, there may be a problem with your mapping values then. Actually you dont need to use map Range if the value you want to set is 0 to 100; in which case you just need to divide it by 100 to get a value between 0 and 1 for the slider.