Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.PlayerAdded:Connect(function(player)
- local leaderstats = Instance.new("Folder")
- leaderstats.Name = "leaderstats"
- leaderstats.Parent = player
- local money = Instance.new("IntValue")
- money.Name = "Money"
- money.Parent = leaderstats
- money.Value = 0 -- You can change it how much number you want it to be
- end)
- -- And this is DoubleGamePlays saying keep scripting!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement