of     1   

FearlessBiscuit
#184823942Saturday, March 05, 2016 11:55 PM GMT

print(math.random(1,#Maps)) i have 2 maps always prints 2 like wdfffff #Code for i,v in pairs(game.Players:GetChildren()) do v:Kick('Destruction will come') end
cofunction
#184824163Saturday, March 05, 2016 11:59 PM GMT

math.random isn't actually that random ;( rip
LuaLlama
#184824233Sunday, March 06, 2016 12:00 AM GMT

math.randomseed(tick())
FearlessBiscuit
#184824255Sunday, March 06, 2016 12:01 AM GMT

Maps = {} for i,v in pairs(game.ServerStorage.Maps:GetChildren()) do table.insert(Maps,v) end Wont really work m8 #Code for i,v in pairs(game.Players:GetChildren()) do v:Kick('Destruction will come') end
LuaLlama
#184824439Sunday, March 06, 2016 12:04 AM GMT

"Maps = {} for i,v in pairs(game.ServerStorage.Maps:GetChildren()) do table.insert(Maps,v) end" why not just do local maps = game.ServerStorage.Maps:GetChildren()? kind of point less...
FearlessBiscuit
#184824465Sunday, March 06, 2016 12:05 AM GMT

welp yep that would do it beb ty #Code for i,v in pairs(game.Players:GetChildren()) do v:Kick('Destruction will come') end

    of     1