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
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.