I doubt the issue comes from the tutorial, could you please paste your code so we can see what's missing? "i" shoudnt be undefined as i == a number ranging from 1 to obj ( which you should have declared above) number of verts do you declare obj when running the function? ig: fn exportmesh $box001 ($box001 = obj) and so…
here is the complete code from the video what I meant was that lowercase "L" in "for i in l to obj.NumVerts do" appears to be undeclared. function exportMesh obj fileName origin:obj = ( local file = createFile fileName, vertStore = #(), numFrames = (animationRange.end - animationRange.start).frame as integer format "%,…