Issue:
If you are holding onto a frame, and then that frames visiblity is set to false while still holding onto it, all UI ceases to be intractable with the mouse, including the built in Roblox UI… (See attached video)
Recreation:
- Add a ScreenGui, add a frame that’s a child of it
- Set a UIDragDetector to be a child of a frame
- Have a method that will set that frames visibility to false
- Be holding onto the frame when the visibility is toggled
I’ve been able to replicate the glitch 100% of the time (On both my PC running on Windows 11, and my Mac, running Sonoma 14.1.1). though testing it on mobile (IPhone XR), the UI in fact does still work. However an icon that represents the drag detector gets stuck on screen permanently
System Info: (For PC only)
OS: Windows 11
Processor: Intel(R) Core™ i7-9700F CPU @ 3.00GHz (8 CPUs), ~3.0GHz
Ram: 32gb
GPU: NVIDIA GeForce RTX 4070 Ti
This occurs both in studio, and in game
(Hotkeys still work to open Roblox menus)
You try the bug here: Game
Video:
Edit: Fixing video
Expected behavior
Ideally disabling the frames visibility while holding it, wouldn’t break the rest of the UI elements.