While speaking with @Rinzler_Shi in the Discord chat, he noticed a delay in the response for the keypad’s buttons. Upon reviewing the code for the keypad, @Godzil noticed that in the loop, it uses delay(1000)
, which is in milliseconds (i.e. the Game Shell is only accepting on button press every second), that would be the source of the lag.
An issue for it has been opened in on the GitHub page: