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

The text only shows for one player! How Can I fix this?

Asked by 10 years ago
SL = script.Parent.Parent.Parent.Users.SL

script.Parent.FocusLost:connect(function() --Function that fires when player stops typing in textbox
SL.Text=script.Parent.Text --Transfers text from textbox to textlabel
end)

0
What is 'script.Parent.Parent.Parent.Users.SL'? If it is a single GUI for one player than changing that alone will not effect all players. BlackJPI 2658 — 10y
0
Is there a Way I can? Timster111 25 — 10y
0
And Yes Users is a Frame and SL is a text label inside the frame Timster111 25 — 10y

Answer this question