For some reason everytime i try to set Camera.Focus to something (in the command bar) when the cameraType is Scriptable, it doesn't work! But when i do it with cameratype set to custom, it works just fine! Why?!?
Code:
Workspace.CurrentCamera.CameraType = "Scriptable" Workspace.CurrentCamera.Focus = Workspace.BasePlate.CFrame
Is it maybe because you didn't do game.Workspace.... ?