—
ok. But that's not the problem I was asking.
I have tried PM-ing you, but it says "Access Denied". need more reps
How do you use the "Set ignoring input"?
I have tried using:
1.
(Player) Is animation "Basic2" playing --> (PlayerBox) Start ignoring input
(Player) on animation "Basic2" finished --> (PlayerBox) Stop ignoring input
and also
2.
(Player) Is animation "Basic2" playing --> (PlayerBox) Start ignoring input
(Player)Is animation "Basic2" playing (INVERTED) --> (PlayerBox) Stop ignoring input
number 1 results:
If I press any arrow keys while animation of Basic2 is playing, I will be stuck in my position forever.
If I let the animation Basic2 finish before pressing any arrow key, it will be normally working (I can move afterwards like normal).
number 2 results:
If I press any arrow keys while animation of Basic2 is playing, my player will directly play WALK animation.
Both are not how I wanted it to work.
I wanted the arrow key inputs to be turned off when animation of Basic2 is playing. and the arrow keys will be turned on again when the animation Basic2 is finished animating.