bad argument #2 to 'random' (interval is empty)
what does it mean?
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers. Why was this question closed?
That happens when your second argument in math.random is less than the first.
print(math.random(1,0)) --Will give the same error.
Locked by adark, 2eggnog, TofuBytes, and M39a9am3R
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?