Hello. I'm making a spam filter for the chat feature in my game. I have an array that records everything the player says. I want the game to give the player a warning if they say anything four times within, let's say 10 messages. How can I accomplish this?