RandomArray threshold doesn’t work that way. The threshold is for the next sequence, from 1 to 10, so it won’t repeat the last three values. I think you’ll just have to do your own mechanism where you store the last three values in an array, and use that to check your random values. Sorry, I’m not able to provide an example at the moment.