You cannot get the AbsolutePosition with a table. You would need to get the absolute position of something else. What exactly do you need it for? I thought I would note that your for loop is not doing anything try something like this.
for i,v in pairs(cld) do
local pos = v.AbsolutePosition.X
end