Change the color of the RobloxRoundButton

Hello Developers,

I was wondering if you could change the color on the RobloxRoundButtons.

  1. What do you want to achieve?
    I’m trying to improve my GUI’s. I’m going to use the RobloxRoundButton for the GUI’s.

  2. What is the issue?
    In case you don’t know what that button looks like, here it is button

  3. What solutions have you tried so far?
    I’ve looked and searched for this issue, but I couldn’t find anything.

So, my question is, can you change the color of the button, And how? Thanks!

2 Likes

Roblox round is part of the default styles that are provided (which are ugly), so I do not think you can edit the color simply by changing the RGB property (which is dumb). I suggest using 9-slice + a rounded square image to reproduce a cleaner version of this where you can just change ImageColor3.

2 Likes

Thank you for your feedback, I’ll see if this’ll help!

Alternatively, it might be worth looking into the new UICorner object.

5 Likes

I have heard about that new update. Sounds awesome and I think I could use it for my GUI’s.

There is actually a way to change the colour of the RobloxRoundButton with the UIGradient instance. I sometimes change the colour of the RobloxRoundButton (I use RobloxRoundDropdownButton, since it is white.) and then add a gradient to it.

I know there is another way, but I figured I’d mentioned this so everyone knows they can change the colour of the default Roblox buttons if they really wanted to.

2 Likes

Thank you for your feedback, I’ll see if this will work! :smiley: