Movement pausing when 2 button are pressed at the same time

In my fps project whenever I hold 2 buttons down (like a/d or w/s) It will stop which is normal but then when I let go of one of the buttons it will pause for a second and then go in the correct direction.
My project: https://playcanvas.com/project/1157023/overview/fps
It uses stock fps movement script.
P.S. Is there a doc that lists all of the key cases?

i now realize this i disabled mouse and keyboard inputs i feel dumb

still need fixing tho

Hi @Literally_Kirby!

I think this is because of the setup of this movement script. I suggest to try some other movement scripts as well.
As far I can see the First Person movement script below has not this problem.

https://developer.playcanvas.com/en/tutorials/first-person-movement/

https://developer.playcanvas.com/en/tutorials/keyboard-input/#key-codes