Greetings, when trying to clone an attachment, the script just doesn’t continue to run and won’t proceed to the next line. There’s 0 errors and it stops at the line of Clone(), which I confirmed by debugging using prints.
first of all you are referencing winparticles wrong. In the explorer it is WinParticles, in the script you wrote Winparticles. Those things are case sensitive. Secondly, have you checked with a print if your IF statement works, put a print inside it in the first line, and tell me if it works.