Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local leaderstats = Instance.new("Folder", player)
- leaderstats.Name = "leaderstats"
- local enemyCount = Instance.new("IntValue", leaderstats)
- enemyCount.Name = "Score"
- enemyCount.Value = 0
- local loose = Instance.new("IntValue", leaderstats)
- loose.Name = "Loose"
- loose.Value = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement