For those that find this answer later, this will shuffle in place without making a new table: local function ShuffleInPlace(t) for i = #t, ...
確定! 回上一頁