I was working on a Cash System until I stumbled upon the Value’s incorrection.
I have tried to research solutions for the matter but there is none that I could search for.
game.Players.PlayerAdded:Connect(function(Player)
local CashValue = Instance.new("IntValue")
CashValue.Name = "Cash"
CashValue.Parent = Player
CashValue.Value = 0
end)