I need a timer which works with a normal send of a fixed number or word, but I want it to randomize the number from 1 to 10.
DoAfter(math.random(50.6, 51.0)+1, Send (" " .. math.random(1,10))
The first part works by itself if I just use "" with anything between. How can I clean this up so it sends the number from 1 to 10 betwen those times? Thanks!
DoAfter(math.random(50.6, 51.0)+1, Send (" " .. math.random(1,10))
The first part works by itself if I just use "" with anything between. How can I clean this up so it sends the number from 1 to 10 betwen those times? Thanks!