Math.random() how to have decibels?

local random = math.random(1, 30) / 100

You can’t have decimals in math.random, to get around this just divide it by 100

12 Likes