VR - First Person Lock

Hello developers,
I don’t have to much time to write so ill go directly into the issue.

In my opinion, the Third Person camera in Roblox VR is really a mess.
That’s why I want to know how can I make the VR Camera to be First Person locked.

Thanks!

2 Likes

use
game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
hope that helps

1 Like

Sorry for taking too long to respond.

No it doesn’t sadly.

1 Like

dw about the time to respond, no one really is too bothered about it :slight_smile:
how about this?
game.Workspace.Camera.CameraType = Enum.CameraType.Scriptable
with starterplayer.CameraMode being on LockFirstPerson

3 Likes

Hmmm… seems interesting!
Ill try it!

1 Like