He meant one script per thread.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.
@js654 said in How to zoom in on script editor:
Hi, how can I change the size of the UI of the script editor?
The building blocks in the script editor and the modules options are too small for me to read

