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?
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.