I am having trouble with the math.random() function in Lua. The code I'm trying to run is: for x = 1,5 do math.randomseed(os.time()) math.random(); ...
確定! 回上一頁