Okay, I'm working on a game, and I have a textlabel, and I want to know how I can make it so the script in the textlabel copys the player's name into the text of the textlabel.
your script would be
player = script.Parent.Parent.Parent.Parent.Character
lol = player.Humanoid
while true do
script.Parent.Text =lol.Parent.Name
wait()
end
place the script inside a textlabel, inside a screengui.
then place into startergui