I had this piece of code:
ppl = game.Players:GetChildren() list = {} table.insert(list, #ppl, game.Players.LocalPlayer.Name)
I was wondering if you could tell me what was wrong?