Getting rid of the new VR Menu bar

Getting rid of the VR Menu bar, or just being able to make it not visible.

I’m making a horror game, and the new VR Menu is REALLY ruining the environment. Is there any way I can minimize it. Or possibly make its visibility customizable by the player (Toggling its visibility.)

I’ve tried getting rid of chat and other system, like the player list.

image

2 Likes
pcall(function()
		local panel = Camera:WaitForChild("VRCorePanelParts")
		if panel then
			panel:WaitForChild("BottomBar_Part"):Destroy()
		end
	end)
7 Likes

I agree that it is very intrusive. I have a vr enabled game with hand and other surface gui’s on objects, and having the menu, always in that position, esp with the high zindex, makes it very difficult to use the surface guis. Also, not being able to override the default toolbar controller actions for joysticks/touchpads makes the in game experience less than appealing. Please allow us to provide a different location for the bar.