Mouse sees something invisible when clicking and dragging

In the video I’m clicking and holding, and then dragging down and right. Then I stop moving the mouse and let go of MouseButton1. When I let go, {} prints.

Here’s what causes the print:

If I have no Gui Objects under the mouse, why does my mouse style change? And why does it only happen on the right half of the screen?

The reason I’m so concerned about this is, it affects parts of my game, such as completely disabling move and rotate handles.

Have any of y’all seen this? Any tips of trying to figure out what causes this? Thanks in advance as always :smiling_face:

1 Like

Maybe delete gui elements one at a time, until you figure out which one is causing the problem.

But it says I have no GUI elements under my mouse… I’ll try anyway

It seems deleting a random visible element in the scrolling frame to the right fixes the issue, even when the scrolling frame element has its hitbox well inside of the properties bar. So I think deleting it just causes it to update/reset something in the UI. Might be a roblox studio issue.