Is there any way I can edit BillboardGUIs easily? I am trying to have an imagelabel and then add text on top of it but it seems pretty impossible to do. (im gonna convert all this to a script, first wanna know how to easily edit them)
Thanks
Is there any way I can edit BillboardGUIs easily? I am trying to have an imagelabel and then add text on top of it but it seems pretty impossible to do. (im gonna convert all this to a script, first wanna know how to easily edit them)
Thanks
BillboardGUIs are mostly just like ScreenGui’s Other than some specific things so just simply add an Imagelabel and a textlabel ontop of it inside one and work on it like any other UI!
If you want a better way of knowing how it’s turning out, I would suggest parenting it to a part somewhere and editing it till you’re happy with it and simply cloning that whenever needed to where you need it and tweaking stuff like text etc on the go! it’s as simple as BillboardUI.ImageLabel.TextLabel.Text = “XYZ”