I want to have the image go over the corners and borders like in the second image. My game is the first image.
What is the issue? Include screenshots / videos if possible!
I’ve been searching but I can’t find how to do so.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Experimenting and researching.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
For each button, make a circular frame. A frame with ui corner of .5,0. Make the BackgroundColor whatever you want your button background color to be. Then parent an ImageButton to it and make the BackgroundTransparency 1
Then to make your images for the buttons have transparent backgrounds… if they dont already…
You can use remove.bg to make any image have a transparent background. There are probably more precise ways but it works