Hi, i have a class and about 20 instances of it are spawned when the game starts. At a certain part of the game, I want all instances of this class to move to a specific location. How can I get all instances of the same class do the same thing?
I would really appreciate your help!

