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

Update GUI Not Working?

Asked by 8 years ago

I have a GUI updater script (shown below) It only works for about 2 seconds. Help?

while true do
    script.Parent.Text = game.StarterGui.Messsage.Message.Text  
    script.Parent.Visible = game.StarterGui.Messsage.Message.Visible
    wait(0.1)
end
0
Why are you updating the gui according to something in StarterGui? Goulstem 8144 — 8y
0
I did it in other projects. fight4money -2 — 8y
0
Full script? KenzaXI 166 — 8y

Answer this question