game.Players.PlayerAdded:connect(function(p) local stats = Instance.new("IntValue") stats.Name "leaderstats" stats.Parent = p local money = Instance.new("IntValue") money.Name = "Credits" money.Value = 300 money.Parent = stats end)
Ah, please help me, I can't seem to find the problem. :/