Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why arnt my stats showing?

Asked by 9 years ago

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

Answer this question