Advertisement
G9_LowGround

leaderstats script

Jun 15th, 2019
5,696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2. local leaderstats = Instance.new("Folder",player)
  3. leaderstats.Name = "leaderstats"
  4.  
  5. local Cash = Instance.new("IntValue",leader)
  6. Cash.Name = "Cash" --Name on the value
  7. Cash.Value = 0
  8. Cash.Parent = leaderstats
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement