Hello, I’m trying to understand the inner working of how things works in order for Roblox’s code logic, as I’ve ran into almost unexplainable inconsistencies in the past. (Which I kindof know now)
Based on Task Scheduler (roblox.com)
It is said that “A frame is a unit of game logic where work is done”.
I can see the ordering of various things that works in scheduler priority.
But there is something missing…?
Where would something like “Begin running scripts until it yield or complete” aka. Invocation Point is in the priority list?