Close-Window being held will hang the client until released

While in any game, holding down the close window button will cause the client to hang until released. Everything physics-based on the client (Character updates, NetworkOwned parts) will stop recieving updates and freeze in place until the button has been released.
The client will not close until the mouse is released on the button itself.

To my knowledge, there is no reasonable method of detecting this.

  • Delta times, if a player is on mobile/low end pc and we give them a lot to do, we can see frame loss that could trigger this
  • Poor code starting to run could have clients falsly identified as doing this too.
    .
Brief examples of this

While not a huge bug, it’s difficulty to detect and its ease to reproduce can cause issue across a number of games.

I’ve noticed this issue a few months ago, but didn’t think it actually did anything. I’m unsure as to how long it has existed for.

2 Likes

Is this the same as You can freeze ROBLOX by holding the close button ?

1 Like

That seems to be it too. Is it worth deleting this report then?

A post was merged into an existing topic: You can freeze ROBLOX by holding the close button