i have a script which runs multiple loops and id like to use the parallel luau model
essentially there is one script with module libraries in it, from which it gets the loop logic. the loops are quite heavy on the math and cframes,
is it possible to desynchronize mulitple times in one script by using task.spawn() and then task.desynchronize() ?
Or would i have to have multiple scripts for each loop if i want to run parallel?