Advertisement
Hasli4

RBLX. LeaderBoard

May 15th, 2025
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local leaderstats = Instance.new("Folder", player)
  2.     leaderstats.Name = "leaderstats"
  3.     local enemyCount = Instance.new("IntValue", leaderstats)
  4.     enemyCount.Name = "Score"
  5.     enemyCount.Value = 0
  6. local loose = Instance.new("IntValue", leaderstats)
  7.     loose.Name = "Loose"
  8.     loose.Value = 0
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement