Why do i have to press input twice for the very first time

So, I’m fairly new to unreal engine and i was testing on how to make a working door on YouTube I followed a youtuber and tested it out myself the door works like a charm but I have to press the input key (which is E in this case) twice on the very first time after that it works fine(in simpler terms I have to press e two times for the very first time to open but after that pressing “e” opens and closes the door just like I want it to). This here the node if it helps

sorry for poor explanation its really hard for me to explain it for some reason.

I’m assuming your bool is false? Then you will run the close track, but the door is already closed.

The timelines can’t reverse if they haven’t been played.

what do you mean by bool is false?

Your open/close bool is initially false…

OMG I FIXED IT thank u dude couldn’t have done this without your help