My stats arent showing on leader board heres what I have so far
game.Players.PlayerAdded:connect(function (player) stats = Instance.neew("IntValue") stats.Parent = player stats.Name = "leaderstats"
points = Instance.new("IntValue") points.Parent = stats points.Name = "Points" deaths = Instance.new("IntValue") death.Parent = stats death.name = "Deaths"
end