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

BillboardGui not appearing?

Asked by
Probix 80
7 years ago
Edited 7 years ago

I'm using a billboardgui as an ingame menu, and I am trying to get it to adornee to the torso.

But...

local player = game.Players.LocalPlayer
local BBGui = Instance.new("BillboardGui", player.PlayerGui)
local frame = Instance.new("Frame", player.PlayerGui.BillboardGui)
local GGOBillboardGui = player.PlayerGui.BillboardGui

GGOBillboardGui.Adornee = player.Character.Torso



Even though it says that it is adornee to the torso, it just not appearing? Frame's visible is on.

Please help?

0
Can you show us any errors it printed out? MrLonely1221 701 — 7y
0
That's the thing...it doesn't say anything. It look like I have no error, yet it's not working. Probix 80 — 7y

1 answer

Log in to vote
0
Answered by
Mapyo 20
7 years ago

If your trying to get a health bar or some other GUI above a players head. I don't recommend using Bill Boards, they are terrible, glitchy and a mess.

0
Well, I was going to use it for a menu that pops up in front of the player when he presses a key. It just I need a gui that can be seen by other players. Probix 80 — 7y
Ad

Answer this question