Advertisement
CDuckdk

Leaderstats 2019

Jan 30th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(plr)
  2. local stats = Instance.new("BoolValue",plr)
  3. stats.Name = "leaderstats"
  4.  
  5. local cash = Instance.new("IntValue",stats)
  6. cash.Name = "Cash"
  7. cash.Value = 0
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement