math.random(x) will randomly return an integer between 1 and x. So math.random(2) will randomly return 1 or 2. If it returns 1 ( == 1 ) ...
確定! 回上一頁