Modal no longer working properly

Recently, the Modal property for TextButtons and ImageButtons has stopped working properly.

I have a GUI in my game inserted via a script. The GUI is typically invisible, except when the character dies. However, recently, when using shift-lock, my mouse has been moving freely, as if a Modal GUI was on-screen, despite the GUI being invisible.

I’m working on finding a decent reproduction of this bug.

2 Likes

Can Confirm here is a repo place I was working on just now as Arch posted this…

ModalBugs.rbxl (11.7 KB)

In Play Solo, this works as suppose it, during Start Server or Play Online, it doesnt decect that its not visible…

This is also seeming to mess up when modal is enabled, and then the object is removed, the mouse will continue to be free…

Note this behavior started after the last client version

(Spent 2 hours looking at my code thought I broke something before realizing it was actually broken)

-Widgeon

1 Like

The repro doesn’t work for me?

I can confirm, this is happening in my game.

Modal breaks once every year and it is one of my least favorite glitches.

It is probably due to Modal = true while the GUI is invisible (which shouldn’t be intended behavior.)

2 Likes

still an issue

1 Like