I am trying to figure out a way to cycle through animations randomly after they finish. I would like to use coroutines but my particular code is working through loops that start after a collision is detected and the coroutine keeps updating and messes up the cycle. Does anyone have an idea of what I should try to do?