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!
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!
use
game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
hope that helps
Sorry for taking too long to respond.
No it doesn’t sadly.
dw about the time to respond, no one really is too bothered about it
how about this?
game.Workspace.Camera.CameraType = Enum.CameraType.Scriptable
with starterplayer.CameraMode being on LockFirstPerson
Hmmm… seems interesting!
Ill try it!