local alive = {} local plrs = game:GetService("Players"):GetChildren() for i,k in pairs(plrs) do table.insert(alive, k.Name) print(k.Name .. "added") end
It's meant to add all players in a list and print a message when a player it's added, but it doesn't print anything.
Is it because of the HTTP 409 error I get when I open the console?