Help with math.random script

Place local mathRandom = math.random(1,2) below the onMouseClick so math.random will run every time the mouse is clicked.
It only ran once when you place it above.

1 Like