This is a very simple feature which would require very little work to add. All I would like is for the TextLabel to have a Style property like the Frame and Button objects. I’m not asking for any new styles either. All I would like is for the Frame’s current styles to be able to be put on TextLabel objects. This would simplify the creation of some GUIs with the new styles (which I adore).
Here is an example of why it would be helpful:
In this GUI, I had to create a frame for the style and the correct dimensions, and then put a text label inside of it with transparent background and size = {1, 0},{1, 0}
Why not simply be able to make the TextLabel, give it the correct FrameStyle and size and be done with it?