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