Puttin UI over other UI

I have been doing some UI but i got this problem and I dont know how to solve it
I want the text to be over the blue frame.


Thanks for reding :slight_smile:

4 Likes

Change ZIndex of the TextBox in its properties.

10 Likes

Adding onto what @vwize said, ZIndex changes the order of the way gui’s are displayed. The higher the Index the further in the foreground it goes. Hope this helps.

4 Likes

to add to that it is helpfull to instead of having z index chnage of 1 or 2 have perhaps 100 or 200 so you have decimal places inbetween to add stuff, instead of having to move the zindex of all other ui elements.

hope this helps :slight_smile:

2 Likes

ZIndex in properties, just make sure TextBox’s number is higher.

3 Likes

Change your Zindex

As others have been saying you would want to change your Zindex.

What is Zindex?

Zindex is the order/postion of an frame or object.

Answering Your Question

What you would need to do is open Properties!
Click on the TextBox in Explorer > Scroll till you see Zindex > Change The Value of Zindex to an number higher then your Frame and DropShadow.
And there you go your TextBox should be over your Frame if you have done this correctly.

Still Have Questions?

Feel free to contact me on Discord… or via Developer Forums.

Discord: True#9274

1 Like