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
You can make a temporary humanoid in the object maybe, and change the CameraOffset?