Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why doesn't Camera.Focus work? [NOT SOLVED]

Asked by 9 years ago

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

1 answer

Log in to vote
-1
Answered by 9 years ago

Is it maybe because you didn't do game.Workspace.... ?

0
No, because it works just fine when CameraType isn't "Scriptable" 1GREENBOB123456 15 — 9y
0
When leading to Workspace you may do: game.Workspace, workspace, Workspace fireboltofdeath 635 — 9y
Ad

Answer this question