[SOLVED] Why won't my loop script work and update the SurfaceGUI???
Asked by
6 years ago Edited 6 years ago
Hey guys, scripting a GUI to show the time according to IntValues.. The thing is, I want them to change immediately (or with some delay) when the IntValue value changes. I included my Explorer and the script.
01 | Variables = game.Workspace.Variables |
02 | script.Parent.Visible = true |
04 | while true do script.Parent.Time.Text = Variables.TV_ 1 SessionTime.Hours.Value.. ":" ..Variables.TV_ 1 SessionTime.Minutes.Value |
08 | script.Parent.Time.Text = Variables.TV_ 1 SessionTime.Hours.Value.. ":" ..Variables.TV_ 1 SessionTime.Minutes.Value |
Explorer Screenshot
Why won't it update the GUI????