function math.randomchoice(t) --Selects a random item from a table. local keys = {}. for key, value in pairs(t) do. keys[#keys+1] = key --Store keys in ...
確定! 回上一頁