-
What do you want to achieve? I am trying to get the Camera to point straight down
-
What is the issue? The script does not make the camera point straight down, instead, it points forward.
-
What solutions have you tried so far? I have tried using CFrame.new, but it still does the same
Here’s the code
wait(5)
workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
print("a")
workspace.CurrentCamera.CFrame = workspace.CameraParts.Cameracframe.CFrame
print("b")
workspace.CurrentCamera.Focus = game.Workspace.CameraParts.Camerafocus.CFrame
print("c")
print(workspace.CurrentCamera.Focus)
also, it does print correctly, it just does not point to that spot