Parallel Luau [Version 2 Release]

Actually, after some testing it does seem like calling :BulkMoveTo in the actor scripts is more performant than what I was thinking originally. My original guess was that since you had way less parts in each actor script to move, the performance of :BulkMoveTo wouldn’t speed up things substantially.
But anyway you’re right, I guess I will have to do the benchmarks myself to figure out what works best in my case. Thank you for all the new knowledge :grinning: