Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function AddData(plr)
- local leaderstats = Instance.new("Folder", plr)
- leaderstats.Name = "leaderstats"
- local Money = Instance.new("IntValue", leaderstats)
- Money.Name = "Money"
- end
- game.Players.PlayerAdded:Connect(AddData)
Advertisement
Add Comment
Please, Sign In to add comment