Timer

How can I create a tiner if I’ve already used event tick?

Hi HONZA,

They’re different - you should be able to use both - just don’t add timers from the tick - nothing good could come from that…

Hey there @HONZA2592007! Welcome to the community! So depending on how you utilized the on tick, you might be able to replace it 1:1 with your timing logic, however there’s a million possible ways you could have done that for me to show you a solid example that’d be relevant. But just as Recourse noted, you can’t use timelines on tick Timelines continue in the direction they are set and fire on tick until their time is done. So one input can fire it forward and it will iterate every tick until the time it’s set to has elapsed. I hope this explanation helps out!