I have this code:
timer1 = timer.performWithDelay(math.random(500, 3000), generateRandomGood,0)
I want it to generate a certain object every couple of seconds, but I want the interval between the creations be different every time.
with the code above, it generates an objects, and then randomizes a number of seconds between the creations. But the number doesn’t change every time.
so what can I use instead of math.random so the numbers different every time. [import]uid: 104376 topic_id: 22087 reply_id: 322087[/import]