include is a precompiler directive (meaning, it gets copies into the code, before the compiler compiles the game-code, thus you cant import scripts at runtime of the program)
You need to solve your rollercoster problem in the program.
For example letting all costers wait in a while(my.notactive){wait(1);} loop.