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

How do I put the player's name in the text label?

Asked by 4 years ago

i want to make the text label say the player's name but i don't know how to do that since i'm watching XxxLloyd061302xxX's ROBLOX: Backpack/Inventory Gui Tutorial but he soesn't do that in the video. I also want extra text after the player's name has been shown.

1 answer

Log in to vote
0
Answered by
synkrio 281 Moderation Voter
4 years ago
local extraText = "anything you want to add"
textLabel.Text = player[Name]..extraText
0
thank you synkrio DahNOOB_TY 4 — 4y
Ad

Answer this question