Basically, I want to have a StringValue and a GUI. The text in the GUI's TextLabel should be fetched from the StringValue's Value.
I've tried putting it into a script but I'm not sure how it will work:
script.Parent.Text = game.Workspace.Values.StringValueA.Value
The script is placed inside a GUI's TextLabel.
Why won't this work?