Code: math.random(10000000,99999999)
math.random(10000000,99999999)
On occasion, I would receive this error: bad argument #2 to 'random' (interval is empty)
bad argument #2 to 'random' (interval is empty)
You should do
math.random(10000000, math.huge)