For example, if I had $Array[0,1,0] and like 1000's of other values in that array, how would I go about making every value set in it to 0?
Edit: I just used a new scriptObject and attached the values to it along with a count. Then I just scrolled through.