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.BlackJPI2658— 10y