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

How Would I make It So A Players Name Appears Over their Head?

Asked by 10 years ago

What would you do? I know you have to create the GUI and implement it in the head, but how do you make it so it says the player`s name?

1 answer

Log in to vote
2
Answered by 10 years ago

Put this in a LocalScript in StarterPack

name = Instance.new("BillboardGui")
name.BackgroundTransparency = 1
name.Parent = game.Players.LocalPlayer.Character.Head
name.Text = game.Players.LocalPlayer.Name

EDIT #2

0
No. stanford7787 0 — 10y
0
Then you don't need to ask this, their name is already there. Grenaderade 525 — 10y
0
No, I mean, a GUI like a Murder Mystery name, except it says there username. stanford7787 0 — 10y
0
Oh. Grenaderade 525 — 10y
View all comments (7 more)
0
I edited the answer, it should work. Grenaderade 525 — 10y
0
No, I mean it says something like instead of "Alpha" it says "Stanford7787". But thanks for the try! stanford7787 0 — 10y
0
Oh, hmm, I'll edit it. Grenaderade 525 — 10y
0
Thanks! stanford7787 0 — 10y
0
It doesnt work, also, how could I change the size + color of it? stanford7787 0 — 10y
0
You wrote buildboard gui grenaderade iluvmaths1123 198 — 9y
0
It's fixed. Could you upvote stan? Grenaderade 525 — 9y
Ad

Answer this question