
Instead it prints “Text Here” instead of the current text that a player types in. Help?
I have done That Before But Try this. The Script Is Not Finding Username so put PlayerName
TextBox = script.Parent.Parent.PlayerName
Since it’s a local script, you can do this:
print(game.Players.LocalPlayer.Name)
No the username is the name of the textbox
its not a local scriptttttttttttt
and the .Username at the end up the top is the name of the text box.
The clicked argument is useless here and won’t help you in this case. Get rid of it and see if it works.
It has to be in a local script as changes made on the client do not replicate to the server.