How do I get the button to clip the text boxes? I’ve already tried clip descendants. I want the text boxes to fit inside the button with the ui corner. Thanks!
1 Like
while not very performant, you can use canvas groups.
make a canvas group the same size as the button, then parent the button under it, then set the button size to (1, 0, 1, 0) badading badaboom
alternatively you can stack different colored frames to cover certain areas of the button. (very hacky)
or make the frame that you want in some other software (ex. photoshop), then change the image button’s Image to that. layering the actual textbox on top.
3 Likes
Try putting UICorners in each of the textboxes if you’re fine of it looking like that
2 Likes
How about changing the image of imagebutton (and textbox.BackgroundTransparency = 1)?
1 Like

