Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- script named "Leaderboard" in workspace
- game.Players.PlayerAdded:connect(function(player)
- stats = Instance.new("IntValue",player)
- stats.Name = "leaderstats"
- points = Instance.new("IntValue",stats)
- points.Name = "Points"
- poopies = Instance.new("IntValue",stats)
- poopies.Name = "Poopies"
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement