I am making a first person ‘horror’ game, and to add suspense, i want to stop the player being able to see behind them, but not limit the camera so that they can only look one way
I don’t know how to do this and have been searching the devforum for posts that could help, but to no avail. Does anyone know how I can achieve the effect I am looking for?
(So that the player can only look 90 degrees in any direction, e.g: Left, Right, Up, Down, etc.)
Do you mean to keep the player in first person during your entire game?
If so, you shouldn’t need a script for that. Simply click Starter Player then go to CameraMaxZoomDistance and set it it 0.5. I would also set CameraMinZoomDistance to 0.5 as well.
I already have the first person in place, what is mean is that I want to so that when the player moves their mouse to the right for example, it’ll only let them look 90 degrees to the right before stopping the camera’s movement. Same with the other directions
P.S: Sorry for the late reply, I only just got back from a break
I’ve decided it would be better to not implement this, there isn’t a way for me to delete the topic though