Can you do,for example,play the animation of obj+1?
In my game there are 18 objects,and I need to do 3 actions per object which would take a long time to code and would be inefficient, so I thought that I could put it under repeat and do
But it says “The object does not exist or cannot be used here” so is there a way to do it,or a different way do to achieve the same result?