```
game.Players.PlayerAdded:connect(function(player)
local money = Instance.new("IntValue")
money.Name = "Money"
money.Parent = player