I believe this change was recent as well as this wasn’t happening last time I edited a UI object through click and drag.
Reproduction is simple:
- Create a frame in a ScreenGui, rather, any 2D object for that matter and set it to Z-Index 400
- Place any other Gui inside of the previously created frame without modifying it’s Z-Index
- Try to select the Gui inside of the frame. You instead grab the first frame even though your ScreenGui’s ZIndexBehaviour is on Sibling.
- Now try setting the second frame’s Z-Index to 401 and try grabbing it. What do you notice? You can all of a sudden grab the frame again even though it’s clear that it’s displayed over the first frame.
You should be able to grab the highest frame, not whatever is under it.
repro.rbxl (22.0 KB)