like at the top there will be a gui that has a NUMBER of what health or cash or what any value of what thing or item (s) you have
put this code in a localscript as a child of the gui you want to change
local cash= game.Players.LocalPlayer.leaderstats.Cash script.Parent.Text = cash.Value cash.Changed:Connect(function() script.Parent.Text = cash.Value end)