I was working in studio trying to fix a bug on my Plugin and realized it was an issue with Studio after countless changes to my code.
The Bug
The bug is that the Descendant of a UI Element will always be on top of it, no matter what the ZIndex is.
Here are some photos so you can better see what’s going on.
Steps to Reproduce:
- Create a ScreenGui
- Insert a Frame
- Insert a TextLabel
- Set the Frame’s ZIndex to anything greater than the TextLabel’s Zindex