I have been trying to make a GUI get updated to a variable but, I am not getting any error output and nothing is happening to the GUI. That would be great if you could help me.
Script:
local label = script.Parent.Text
local left = script.Parent.Bricksremaining.bricksleft.Value
label = left
label.Changed:connect(function()
label = left
end)