Math.random() with decimals

I was using math.random from 0.50 to 2.50 and it would only either give 0 1 or 2, is there someway to make it give decimals

2 Likes

Yes, you can do math.random(500, 2500) then divide it by 1000

10 Likes