Stuck in first person even though there are no first person scripts

Hello Developers,

I am RealTimeCreator, I am currently working on a 2D game and I have a problem, whenever I press play in studio or I join the actual game, I am stuck in first person though I have changed nothing to make me stay in first person.

Pictures here

image


image
image

if you know hot fix fix this or you think you could possibly help, please reply.

Cheers, RTC

I think your mouse may be potentially stuck. Does this happen every time you are in a PlaySolo session?

Yes in studio and when I play in this particular game, no other games just this, maybe there is a script that can set your view?

1 Like

Things I would take a look at:

  • Check what the CameraType is set to upon running
  • Check what the CameraSubject is
  • Make sure DoubleJump doesn’t do anything strange with the Camera
1 Like

The CameraType was set to Custom when I clicked play
The CameraSubject was Humanoid when I clicked play
And the DoubleJump script does nothing to the camera

Check in StarterPlayer and see if the max zoom distance isn’t 0.5.

Obviously I accidentally did something I completely forgot about checking StarterPlayer.

Cheers.

2 Likes

There’s a property in “Player” which is called “CameraMode”. Make sure this value isn’t set on “LookFirstPerson”.

1 Like

Thanks for the help but this was just solved.

Cheers.

2 Likes