When I click on a GUI, it is selecting a 3D object underneath

Reproduction Steps

1) Create a frame
2) Drag it over a part
3) Unselect the frame
4) Click on the frame

Expected Behavior

When I click on the frame, it should be selected

Actual Behavior

When I click on the frame, Studio is selected the 3D object underneath the frame:
a

Workaround

I have to manually search the frame inside Explorer and click its name to be able to select it again

Issue Area: Studio
Issue Type: Other
Impact: Moderate
Frequency: Constantly

This seems like intentional behavior. You are supposed to right-click on the frame, and then select it from the context menu.

1 Like

This is intentional behavior because Frame’s Active property is set to false, allowing mouse events to go through it to 3D viewport.

Or isn’t it?

1 Like

This is because when you select Workspace, you are no longer in UI edit mode so that’s why that happens.

image

2 Likes

That is definitely intended behaviour.

There was a button for manually turning the UI Editor on and off, however Roblox removed it for any reason.

BUT there’s a workaround for this: you can add the UI Editor button to the quick access bar.
image
This way you can enable the UI Editor without selecting a GUI element, thus removing the need to search for GUI elements in Explorer.

1 Like

Yes, as others developers said, this is intended behavior!
You can file a feature request if you would like this to be changed!

Thank you!