menyezisplayzz

Leaderboard Script

Jul 31st, 2021 (edited)
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. 📜Leaderboard Script📜
  2.  
  3. game.Players.PlayerAdded:Connect(function(plr)
  4. local f = Instance.new("Folder", plr)
  5. f.Name = "leaderstats"
  6. local coins = Instance.new("IntValue", f)
  7. coins.Name = "Coins"
  8. coins.Value = 0
  9. end)
  10.  
Add Comment
Please, Sign In to add comment