Any selection you make in the UVW Unwrap modifier can be saved as a MaxScript int array: fs = $.unwrap_uvw.getSelectedFaces() You can 'paste' this integer array as a face selection in your Editable Mesh using this command: $.selectedfaces = fs Then, in the Editable Mesh use the Detach tool to create a new element. If you…