- wait(.5)
- local stats = Instance.new("IntValue")
- stats.Name = "leaderstats"
- local score = Instance.new("IntValue")
- score.Name = "Cash"
- score.Value = 3000000
- score.Parent = stats
- stats.Parent = newPlayer
- end
- game.Players.ChildAdded:connect(onPlayerEntered)