Pretend that I have 1 instance of an object called Object_1. I have multiple Object_2(s) all over my game. How to locate which one is closest to Object_1?
I think you can iterate through all of object_2 and use the ‘distance between objects’ event. It’s under All objects > Position > Distance between two objects. Then compare all those values to see which one is the nearest.