Help with VR game

Can I remove the bar below for my VR game?

image

2 Likes

I have never played Roblox on VR before, is that Roblox’s default topbar but just for VR?

This bar does not appear in Roblox, and you cannot remove it. Try uninstalling any third-party programs you might have.

local function RemoveVRCore()
	pcall(function()
		Camera:WaitForChild("VRCorePanelParts", 3):WaitForChild("BottomBar_Part", 3):Destroy()
	end)
end

Run this in the client, currently removes the bar.

2 Likes

This is a new update, try doing what PoptartNoahh said

How was my question the solution to this? lol

Weird, since this bar doesn’t appear on my headset yet. Has the update been rolled out yet?