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

I need help with finding out how to make the TextBox say 'Hello,' then the players username!?

Asked by 5 years ago

Hello, I am needing help with this script, Currently I am scripting a GUI, but I'm trying to get the text box to say 'Hello,' then the players name. This is the current script

plr = game.Players.LocalPlayer

script.Parent.Text = "Hello," .. plr

Please help.

1 answer

Log in to vote
0
Answered by 5 years ago
local plr = game:GetService("Players").LocalPlayer
script.Parent.Text = "Hello, " .. plr.Name
0
If this answered your question, please accept it. Zenith_Lord 93 — 5y
0
greedy boy tantec 305 — 5y
0
i love hentai tantec 305 — 5y
0
Thank you! Starnamics 24 — 5y
Ad

Answer this question