How to compare two arrays?

Hello! I thought about it too! Though my concern is, what if the player tries something like 6x Down + Forward + Punch. Then I wouldn’t be able to have a contains for such a thing. Or maybe I can figure something out, creating another array for last 3 strings and comparing that one instead. I will give it a thought. Thanks!