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