I am in development of a game called "Survive Jason!!! (BETA) and my timer text wont show up it will just stay at default this is what i got...
timer = script.Parent val = game.ReplicatedStorage.Timer while true do val.Value = 20 wait(1) val.Value = val.Value - 1 timer.Text = val.Value if val.Value == 0 then value = game.ReplicatedStorage.Value value.Value = 1 timer.Visible = false end end
all help appreciated
i had to get rid of the val.Value =20 because it will keep changing up to 20