Hello, friends! This may not be a script (I’m not sure, actually!) but I have seen quite a few games have what appears to be the Text Label/Button in a roblox round style and have been able to recolor the background. Here, take a look for yourself!
I know I’m missing something big here. Any style other than custom does not allow me to change background color. How are they achieving this?
This quite simply uses a technique called 9-slicing:
As you can see, the center gets scaled, the sides only on a specific axis, and the corners don’t. This is great for creating a border without having to resize your image. If you utilize this in such a way, you can achieve a rounded corner effect that properly scales
Roundify is a really neat plugin that does this for you. So it’s good if you don’t really understand it.
Tip: When using images, be sure to make them white so ImageColor3 will work properly. This is so you can use the same image as a base, whilst colouring to your needs.