How to make an animation

First you have to upload frames, and then after that, copy and paste each frame into your script.

Now many will tell you to use this code:

@pause for .1

That leaves a tiny pause and I don’t recommend it and it might tell the script not to do it for a millisecond, (Which is what you want) but for 10 milliseconds.

and you don’t want that.

Instead do it for 0.001 milliseconds

That’s what it needs, the animation runs smoother and without the 0’s it won’t work like you want it to, so.

Closing due to one month of inactivity :slight_smile: