Skipping Array Elements

Hello, say for example I wanted to skip every 3 elements in my for each loop how would I go about doing that.

Thanks.

Hey Jinkuu,

You can try this.

Thank you!!!