Hello, i want to know how to use this feature.
How i would like to use it is by unloading and then reloading a different map. (for example, when a round starts in an item asylum type game, instead of teleporting them, you just unload the intermission map, and load the real map)
Is this possible? thanks.
this seems pretty complicated so im not exactly sure if its possible
edit: pictures
Im pretty sure players or the player service (cant remember what it is) has a boolean called âGameplayPausedâ or something like that, When you want to use it, you can use an Ipairs loop, and make every playerâs gameplay paused.
Oh, Well in that case i think itâs read-only, or can only be toggled via explorer.
I think what you can do is just recreate the GUI then, Also, May i ask why you need this to happen while loading? Wouldnt it be better to display a loading screen over everything like Item asylum does?
to be honest, i just saw this and wanted an excuse to use it, i guess i could try remaking it?
it would be helpful to know where you can find the coreguis
Itâs completely automatic and is used by streaming. Enable streaming.
No, it is not possible to recreate this GUI. The reason for this is that it blurs the background, and this includes other GUI. Unless youâd want to remove ALL GUI from your game, it wouldnât be correct.
The feature also is not intended to be used like this. It is meant for content streaming, not for developers to enable or disable by hand. You could very well make your own loading GUI.
Players who actually somewhat know what the streaming loading GUI is might leave your game if they see it since typically it should not be showing for more than a few seconds. You would not confuse as many players if you made your own.
Itâs called RobloxNetworkPauseNotification under CoreGui.
Youâll have to playtest the game then set the GameplayPaused value to true before having it actually visible. Pretty hideous (literally).
Youâll have to recreate the effect of the icon, though.
For the blur effect, you can add a BlurEffect under lighting.
You may want to disable other GUIs when this is visible using for loops.