I don't exactly know how to phrase my problem. My problem is: I'm trying to make a golf game and to make it I want power, and to make it slightly more difficult I randomly choose a number 1-10 every 0.2 seconds for the power, and when you click it moves a certain distance based on the power, but I can't display the number because it's being set to numbers with decimals like 1.4330501577351242 or 9.736560676712543. I tried setting the option to 1-1.99999999999999 or 9-9.999999999999 but it doesn't work. Can anybody help?