So I was thinking one day on how would I control the players camera what I mean is I would like to know how to make it the the player cant move there in first person and when the press a gui button the camera moves to a new position and how would I make it that when there in first person they can still move there mouse I have looked on google and youtube but I cant find anything
so can someone please help me.
So first, I need to clarify. You want the camera to move somewhere on the press of a GUI button, and then when it moves back to the player they can still control in first person?
Yes I need it to move to a new position when they click a gui button but it only goes to three positions but they cant see there player for all the game.
You can set the CameraType
to Scriptable to be able to move the camera around, then either directly set the CFrame of the Camera, or tween it to move it to the locations you want. Then when the player needs to be able to control again, set the CameraType to Custom.
Ok I got it now thanks so much for the help I have been trying to do this for so long so thank you.
You’re welcome! Be sure to make the answer as a solution so people know the issue is solved.