roblox leaderstats script game.Players.PlayerAdded:Connect(function(player) local leaderstats = Instance.new("Folder",player) leaderstats.Name = "leaderstats" local Cash = Instance.new("IntValue",leader) Cash.Name = "Cash" --Name on the value Cash.Value = 0 Cash.Parent = leaderstats roblox leaderstats script