Each function called is in its own Lua thread. So one function fire of the event won’t hold a function fired if another key gets pressed.
2 Likes
Each function called is in its own Lua thread. So one function fire of the event won’t hold a function fired if another key gets pressed.