game:GetService("RunService").RenderStepped:connect(function()
camera.CoordinateFrame = CFrame.new(target.Position) --Start at the position of the part
* CFrame.Angles(-95, 0, 0) --Rotate by the angle
* CFrame.new(0, 0, 25) --Move the camera backwards 5 units
end)
#Strikin' |