Studio doesn't put the UI with highest ZIndex on Top

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.

Image2

Image3


Steps to Reproduce:

  1. Create a ScreenGui
  2. Insert a Frame
  3. Insert a TextLabel
  4. Set the Frame’s ZIndex to anything greater than the TextLabel’s Zindex
3 Likes

This topic was automatically closed after 1 minute. New replies are no longer allowed.