How do i get this to work?

for i,v in workspace.DummyShells.Points:GetChildren() do
			positions[tonumber(v.Name)] = hrp.CFrame:VectorToWorldSpace(workspace.DummyShells.HumanoidRootPart.CFrame:VectorToObjectSpace(v.Position))
			
		end

basically dummyshells has four balls infront of him in a certain way so im trying to make it so i can get it infront of me in that certain way

could you provide a picture? or an illustration of what you mean?