Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 📜Leaderboard Script📜
- game.Players.PlayerAdded:Connect(function(plr)
- local f = Instance.new("Folder", plr)
- f.Name = "leaderstats"
- local coins = Instance.new("IntValue", f)
- coins.Name = "Coins"
- coins.Value = 0
- end)
Add Comment
Please, Sign In to add comment