How could I get my textbutton to be behind the frame

Basically I want my textbutton to be partially concealed behind the frame. I’ve looked up solutions for this and only found how to make the textbutton appear above the frame. I’ve tried zindex and selection order but neither worked, and I scanned through both’s properties and couldn’t find any solutions. Is it even possible?

Can you provide an example of what you’re wanting?

So basically the button would be behind the frame, but still partially sticking out

Change the ZIndex property of the large frame to 2 (or anything higher than the button’s ZIndex, which is 1 by default)

(If it doesn’t work try going into the ScreenGui’s properties and changing the zindex behavior)

2 Likes

Setting the behavior to global worked!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.