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

Why doesnt the billboard gui show up in the players head?

Asked by
Plieax 66
6 years ago
game.Players.PlayerAdded:connect (function(plr)
local overhead = Instance.new("BillboardGui")
overhead.Parent = plr.Character.Head
overhead.Name = "yesdaddy"

    if plr.Name == "Plieax" then

    end
end)
1
you need to add a textlabel.. hellmatic 1523 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

The reason it is not working is because what Im assuming you are trying to do is make a text appear on the top with "yesdaddy" (What lmao) anyways you should make a textlabel and set the parent to overhead then say "Whateveryounamedyourtextlabel.text = "yesdaddy"

Ad

Answer this question