Cash isnt showing on text label (NOT WORKING)

Thats because you are setting CashValueScreen to 0, not text on text label

local CollecterCashButton = workspace.Collector
local CashValueScreen = CollecterCashButton.CashValueScreen.SurfaceGui.TextLabel
local CashScreen = 0

while true do
      CashValueScreen.Text = CashScreen
      CashScreen += 1
end

Hey!


Ive done what you have said but the text label is still on 0!

oop sorry my bad it works thank you so much!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.