👋Hi! This is my first time contributing to an Open Source project, I don't really know how to contribute on GitHub, so I will make mistakes.
This PR is to fix the problem of SoftShutdownService not disabling UIs that are created after _hideCoreGuiUI is called. Also, it fixes that the soft shutdown UI not being on top, since 1E10 on a ScreenGui DisplayOrder will be solved as -2147483648 (The value is too big, I don't know if 1E10 is meant to be there).
^The ScreenGui is created after _hideCoreGuiUI is called.
I've tested my own code before opening a pull request.
👋Hi! This is my first time contributing to an Open Source project, I don't really know how to contribute on GitHub, so I will make mistakes.
This PR is to fix the problem of SoftShutdownService not disabling UIs that are created after
_hideCoreGuiUI
is called. Also, it fixes that the soft shutdown UI not being on top, since1E10
on a ScreenGui DisplayOrder will be solved as-2147483648
(The value is too big, I don't know if1E10
is meant to be there).^The ScreenGui is created after
_hideCoreGuiUI
is called.I've tested my own code before opening a pull request.