Guest User

Untitled

a guest
Dec 14th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(plr)
  2. local stats = Instance.new("BoolValue",plr)
  3. stats.Name = "leaderstats"
  4.  
  5. lacal money = Instance.new("IntValue",stats)
  6. money.Name = "Money"
  7. money.Value = 1,500
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment