You need to run math.randomseed() once before using math.random() , like this: math.randomseed(os.time()). One possible problem is that the ...
確定! 回上一頁