I found some odd Global Variable, it’s called task
. It has two properties/functions, Desynchronize and Synchronize. I haven’t found anything on the web, and I find it new.
I couldn’t take a screenshot, seeing as the IntelliSense closes the frame when I exit Roblox Studio.
Synchronize’s description is “Yields the calling script and queues it for serial execution following the completion of the parallel completion phase of the frame.”
Desynchronize’s description is “Queues the calling script to be run during the parallel execution phase of the frame.”
I haven’t used it yet, because I currently don’t need it.
Does anyone have any idea what this means? and is it on Roblox’s API Reference?