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

How would I make an orbital camera have a higher distance to subject?

Asked by 4 years ago
Edited 4 years ago

I am trying to make a thing where you view like vehicles in a hanger thing and I made an orbital camera but I need help making the camera appear farther away while it is orbiting.

camera = workspace.CurrentCamera
wait(5)
camera.CameraType = Enum.CameraType.Orbital
camera.CameraSubject = workspace.Part

0
I am pretty sure that is for a rotating camera I am trying to make a camera that you can click to drag and stuff poopnugget142 2 — 4y

1 answer

Log in to vote
0
Answered by
pingsock 111
4 years ago

You can make a temporary humanoid in the object maybe, and change the CameraOffset?

Ad

Answer this question