TimerValue:GetPropertyChangedSignal("Value"):Connect(function() print("Changed") TextLabel.Text = TimerValue.Value end)
My script doesn't seem to detect TimerValue's value changing, it doesn't print anything and the text label does not change. Is it supposed to be ran in a server script or something?
Got it! Turned out I had to use a InitValue, not a NumberValue I think.