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?Goulstem8144— 9y