I’m trying to add VR support to some existing games, but the thing with VR is that you can hide the entire PlayerGui at any time by clicking on the collapse button in the bottom bar.
This is a big problem when I want to display a notification to the user, open some menu, etc. They won’t see anything if they have their UI collapsed!
Is there any way I can force the UI to open? I thought this was possible, but no matter what I try I can’t seem to do it.
I don’t believe there’s a way to bypass that functionality. However, you can utilize individual 3D parts, each with a SurfaceGui, and weld them to the player’s screen to serve as alternative 3D ScreenGui.
While there might be some custom solutions out there, after conducting research, I couldn’t find any official documented solution for this issue. It’s likely that Roblox intentionally restricts bypassing this feature.