Advertisement
TheLukeTrade96

Untitled

Mar 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. LeaderStats Script By TheLukeTrade96
  2. game.Players.PlayerAdded:Connect(function(plr)
  3. local a = Instance.new("Folder",plr)
  4. a.Name = "leaderstats"
  5. local m = Instance.new("IntValue",a)
  6. m.Value = 0
  7. m.Name = "Money"
  8. local x = Instance.new("IntValue",a)
  9. x.Value = 50
  10. x.Name = "Grass"
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement