Hi
Is it possible to pick up all positions from table this way ? One by one
Exmple…
numbers = {1,2,3,4,5,6,7,8,9,10}
for i =1 , #numbers do
random = numbers[math.random(1, #numbers)
end
This code can pick up for example number 10 and that’s it.
How to pickup ALL numbers from table in random order? [import]uid: 13156 topic_id: 13541 reply_id: 313541[/import]
