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

Why doesn't my script work?

Asked by
Sam4550 42
10 years ago

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?

Answer this question