(theSphere = GeoSphere radius:100; theMesh = snapshotAsMesh theSphere; for i = 1 to theMesh.numVerts do (nextCopy = copy theSphere; nextCopy.pos = getVert theMesh i; nextCopy.scale *= 0.1); delete theSphere) --this script is positively useless and probably has a bug in it somewhere