Like in the game Lucent by ShareYourCups, I want to lock the view of the 'camera', per say, so that you can't move it around and see the game from other angles.
Help!
Plan on using vehicle seats, I know you can make the camera follow the object.
Perhaps you are looking to change the players camera type to attach. Create a LocalScript and put it in the StarterGui
--Paste this in the LocalScript in StarterGui! local camera = Workspace.CurrentCamera camera.CameraType = "Attach"