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

How to make camera stick to one object and scriptable?

Asked by 5 years ago

How to make camera stick to one object and scriptable? Other than RenderStepped, what else can I use?

0
RenderStepped exists so you can do this. There should be no reason not to use it. mattscy 3725 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

You can get the camera (in a localscript) via workspace.CurrentCamera, from there you can change the camera's subject and behaviour.

Ad

Answer this question