Hello! So I’m trying to make something for my friend’s game and I need to have a button sequence.
For example the player would press this sequence on their keyboard: “up, up, down, down, left, right, left, right, a, b” and a animation would play.
I’ve looked this up a few times and all I could find was one video that was very hard to follow.
Thanks for the help!
P.S. I don’t have any current code dew to the fact that the only thing I could find was the video that I mentioned. Sorry.
To achieve this, you would need to create a system that waits for all the keys to be pressed (and if a wrong key is pressed then obviously clear the progress) and then execute a callback function if successful.
I’m an Idiot…So I deleted the script to see if that would make it work again and forgot to put code in the callback again…Sorry for the trouble. Thanks for the help!!