Cframe angles - argument 3 missing or nil

i am trying to use cframe angles

local scframe = CFrame.new(v.Middle.Position + Vector3.new(g[2])) * CFrame.Angles(g[3])

but i am getting this error (g[3] is a table containing 3 numbers)
image

CFrame.Angles takes 3 arguments for angles (in radians). You need to specify all three.