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
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.
Change ZIndex of the TextBox in its properties.
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.
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
ZIndex in properties, just make sure TextBox’s number is higher.
As others have been saying you would want to change your Zindex.
Zindex is the order/postion of an frame or object.
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.
Feel free to contact me on Discord… or via Developer Forums.
Discord: True#9274