This is a local script inside of StarterGui:
Player = script.Parent.Parent Cam = game.Workspace.Camera FOV = 60 Cam.CameraSubject = game.Workspace.CameraTarg
But even know CameraTarg is in a completely different place, when I go to play the game the camera is always targeted to the BasePlate? And ideas?
Maybe because Cam should be Cam = game.Workspace.CurrentCamera
?