I was currently looking at the property inside the player “GameplayPaused” and I can enable it through the explorer because of levels but not a Local or a Script. Is there anyway I could enable it with or without a script without using the Explorer? If not is there a way I can copy the GUI that pops up when enabled?
Seems like you can’t change the property via a script. However, I found the GUI inside the CoreGui by enabling to view hidden Services in Roblox Studio:
RobloxNetworkPauseNotification.rbxm (7.1 KB)
Thank you so much for this! Didnt know you could do that
1 Like
Oh and one more question. how and where would I get every ICON roblox has stored?
For exampe: rbxasset://textures/ui/NetworkPause/no connection.png
and how would I enabled view hidden services?
There may be a better way but I’d use the same method.
Go to File > Studio Settings > Show Hidden Objects in Explorer and check it (Studio requires restart to apply changes). Then test play and get the icon you’d need from the CoreGui.
1 Like