I want to make a Script where the Camera attaches to a Part, and then moves down on an angle some, but I only got the 'Attaching to the part' point.
local target = workspace.CameraStart local camera = workspace.CurrentCamera local angle = 0 camera.CameraSubject = target * CFrame.Angles(0, angle, 0) camera.CameraType = "Attach"