I've got this array, "array = {1, 2, 3, 4, 5}", and I'd like to know how to call a random number out of there?
I THINK its
math.random(#array,#array)