Zero Delay Time

How long of a delay actually is it when set to 0? Is it actually instant, does it change for behaviors and animations?

It triggers on the next frame…

If you want it done immediately multiple times, consider a repeater

If you are talking about repeat delay, “0” just means it triggers every frame. A delay of “1” will repeat every other frame, etc.