I have a bone moving at random from an integer range between -30 to 30
Whenever it generates a random number, I would like to convert this into a percentage
So if it generates -30 the percentage will be 0
If it generates 0, the percentage will be 50%
If it generates 30, the percentage will be 100%