WolfGamesProgrammer

Leaderstats

Apr 15th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | Source Code | 0 0
  1. function AddData(plr)
  2.     local leaderstats = Instance.new("Folder", plr)
  3.     leaderstats.Name = "leaderstats"
  4.     local Money = Instance.new("IntValue", leaderstats)
  5.     Money.Name = "Money"
  6. end
  7. game.Players.PlayerAdded:Connect(AddData)
Advertisement
Add Comment
Please, Sign In to add comment