I’m still a beginner, but from what I’ve read online and learned so far, it’s better to avoid using Event Tick unless absolutely necessary.
Many sources recommend using timers, custom events, or specific update triggers instead, because they are more controlled and only execute when needed. I’m trying to develop better habits early on by minimizing unnecessary per-frame calculations.