While I'm pressing a button it keeps adding 15 every 0,0001 seconds to a variable XYZ. I want to match StrengthBar's Width to this value, but I need to do it in % since the Strength will have higher values almost all the time and this bar can't grow inifinitly.
To sum up, I need to take the strength value (variable) and make the StrengthBar grow without exceeding the value 209.821.
Could some help me please?