Object Timers in GDevelop are a way to have a timer per object. On the other hand Scene Timers are timers which execute globally for the whole scene.
Object Timers are useful when certain objects in your game should incorporate a dedicated timer, for example for a cool-down effect, or self-destruct mechanic.
But Object Timers in GDevelop are a bit tricky, because of how they are defined, and how GDevelop resolves to which object instances the timer applies. Take a look at this example:
The timer has to be created right after the object it relates to has been created. If you do it later, the connection between the two would not work as you would expect.
This is sth. that is not quite obvious from the official documentation:https://wiki.gdevelop.io/gdevelop5/all-features/timers-and-time/#object-timers