Delay the Event Tick

I have my character moving forward in my endless runner game but I need it to start stopped at the beginning, as the game takes a while to load in the ipad.

So, instead of the event tick I tried to, in Event Begin play, run a delay of 6 seconds and when it was done I would run the StartRunning Event, however I get a infinite loop error.

I also cannot do a delay between each event run as otherwise the character is moving in slow motion. Any suggestions?

You can use a gate and just open in after a few seconds after event begin play.

Thank you very much!