Roblox Esc menu prevents UserInputService.MouseIconEnabled = false

I’ve determined that this seems to be the culprit
image

Don’t move the mouse with the core menu open - cursor will get hidden on menu close.
Move the mouse - cursor will not hide despite setting MouseIconEnabled to false on renderStep.

I have this bound to renderstep:


RunService:BindToRenderStep("MouseIconVisibility", 2000, function()
          UserInputService.MouseIconEnabled = false
end)

Changing the priority doesn’t seem to help.

2 Likes

Thanks for the report. I filed a ticket to our internal database.

6 Likes

If it can help, there’s a property called OverrideMouseIconBehavior in UserInputService, which is probably what’s happening. However we’re unable to confirm this because it’s RobloxSecurity.

1 Like

MouseIconDeferredSignalRepro.rbxl (41.5 KB)

Here’s a repro file

Hi Prisman!

I’ve found the root of your problem and am working on a fix.

Thanks

5 Likes

Hey there! Any updates on this? If you guys have any ETA for when the fix will roll out, we can see if we wait for it or not. We can always disable Deffered Events in the meantime, however we’d prefer waiting for it if it ships soon.

Hi! This issue should be fixed but please let me know if you still experience the issue. Thanks

2 Likes