local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p local siderecoil = math.random(-set.Recoil,set.Recoil) -- is there something wrong? local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude local ncf = CFrame.new(cam.Focus.p) * cam_rot * CFrame.fromEulerAnglesXYZ(set.Recoil, siderecoil, 0) -- erm here? cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
Did I use a randomizer wrong or something? Please help! I have no clue why this wont work.