of     1   

ZeroHour66
#140600617Thursday, July 17, 2014 5:12 AM GMT

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.
AnonyAnonymous
#140600761Thursday, July 17, 2014 5:13 AM GMT

If you already have the Player defined then, TextLabel.Text = Player.Name
xXBestPieXx
#140600828Thursday, July 17, 2014 5:13 AM GMT

game.Players.PlayerAdded:connect(function(p) game.ScreenGui.TextLabel.Text = "Hi, " ..p.Name
Fidgeting
#140600995Thursday, July 17, 2014 5:15 AM GMT

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

    of     1