I find it rather a nuisance to have to upload a decal for a gui every time i want to make a gui that is not a rectangle. I'm sure it couldn't be too hard to design some Guis in the shape of circles and triangles, and possibly other shapes too. it may have to be only for Frames, and not TextLabels and TextBoxes and TextButtons, as making text to fit these shapes may not be as easy. but if you want to do that too than thats cool. Their className could be as follows:
CircleFrame
TriangleFrame
Also, you should make it so Frames can be buttons, so we dont have to use TextButtons with no Text. And then of course you would be doing that for the new shapes too to get classNames of:
FrameButton
CircleFrameButton
TriangleFrameButton
just a suggestion to improve ScreenGuis and of course this would go for BillBoardGuis too as they also use Frames and textlabels and such.
Also, on another note, I'm fairly certain, that at the moment, you cannot use buttons in BillBoardGuis(correct me if I'm wrong), so you should implement the use of Buttons on BillBoardGuis.
|