Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

TimerDisplay is not a valid member of ScreenGui, error?

Asked by 2 years ago

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)

0
Are you sure TimerDisplay is in the ScreenGui? NotThatFamouss 605 — 2y

Answer this question