The weird thing is I've done this:
while script.Parent.Value == true do
cam = game.Workspace.CurrentCamera
cam.CameraSubject = game.Workspace.Lobby.Cam1
cam.Cameratype = "Watch"
cam.Focus = CFrame.new(103.7, 1038.2, -202.5)
wait()
end
I've added the cam.Focus bit and I can still move the camera. :s What's going on? |