Triangles are a pain to do with Guis. Currently, you have to go into your Image Editor program, whatever you may use, and then make a right triangle on a transparent background matching it to the color you need it to be, then saving and uploading it to the roblox site, then using an imagelabel object and hoping that you did it right.
What I am suggesting is a relatively simple gui object that is almost exactly like a frame in terms of properties, except that it displays as a right triangle in the corner specified by a property (like “Triangle Corner” or something).
I know that this isn’t a very important thing, but being able to quickly make triangles for guis would be incredibly useful for making polished interfaces and the like.
I fully agree but FYI you can make a right-angle triangle and make it’s color white, then use ImageColor3 to change color, and changing the size (as long as the triangles resolution is large enough) won’t make any noticeable pixelation.
There is the side effect of a noticeable gap between the triangles in most rotations due to rotation rounding, and they can be more costly to adjust positions and sizes if you have a lot of them.
More Gui-types in general would be neat. I’m especially looking at circle-shapes. I really want a circular progress bar, for instance, with a transparent center. I don’t want to have like 360 different images for each degree of a circle to make this possible. Triangles would be neat too!
If you create the triangle so its white you can make it whatever color you want. Other then that I fully agree with you. There should be more gui objects.