This error pops up and Gui timer isn't working please help line 2 btw
Here's the code:
local Status = game.ReplicatedStorage.Status local TimerDisplay = script.Parent.TimerDisplay
Status.Changed:Connect(function() TimerDisplay.Text = Status.Value end)