If you have an array is there any way to directly copy that array into another one? So far I've been making a long repeat that goes through each spot in an array and puts it into the same spot in the new array but is there a way to just put that information directly into the new array without coding like that?