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

Gui Script Not Working With My Gui Label?

Asked by 9 years ago

Gui Script Not Working With My Gui Label? Why is that?

local MessageOnDisplay = game.StarterGui.MessageSystem.MessageOnDisplay local Status = game.ServerScriptService.Script.Status MessageOnDisplay.Changed:connect(function(Property) Status.Value = MessageOnDisplay.Text end)

Thats The Code In My GUI

I Have A String value In "Script " Called Status And In My GUI My Script Is Local

0
Please Lua block your code. This is done by pressing(On the top to the right of the icons) the blue circles with Lua inside and pasting the code inside the wavy lines. alphawolvess 1784 — 9y
0
First of all, Put your code into code block as explained above ^, Secondly What isnt working? Explain your question more and finally are there any outputs? Uroxus 350 — 9y
0
mrlegoman, when i test my game the text is not displaying on my text label and i have my output up and i cannot find anything zangdragonoid 0 — 9y
0
ok nvm i found that button zangdragonoid 0 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago
local MessageOnDisplay = game.StarterGui.MessageSystem.MessageOnDisplay

local Status = game.ServerScriptService.Script.Status

MessageOnDisplay.Changed:connect(function(Property) 

Status.Value = MessageOnDisplay.Text end) ~~~~~~~~~~~~~~~~~

0
Thats My Code, As I Said It Is Not Working With My Text Label zangdragonoid 0 — 9y
Ad

Answer this question