My friend PM'ed me on how to make a billboard gui. He said this
Studio> Item Explorer> Basic Item Explorer> (From Basic Item Explorer) Screen GUI> It should appear in Item Explorer> Click the screen GUI in Item Explorer, now click Billboard GUI > Explore Properties > Now edit it from there.
I did this, followed everything. Is this wrong or did I just do it wrong? Any suggestions/help?
It's not much of a scripting question, however,
A BillboardGUI
is one of the three GUI types, along with ScreenGUIs
and SurfaceGUI
s. It displays the UI above a physical object.
Meaning...
insert a BillboardGUI into the place you want to (e.g. playergui, startergui), in place of a ScreenGUI.
Then you can insert frames, ImageLabels, etc.
Hope I could be of help, good luck, and please consider leaving me an upvote!