You need to run math.randomseed() once before using math.random() , like this: math.randomseed(os.time()). From your comment that you saw ...
確定! 回上一頁