Can you help me, please? I have a lot of objects in a family. How to identify an object with minimal Y position? Thanks.
Develop games in your browser. Powerful, performant & highly capable.
You can use "System->For Each Ordered" event (order by Family.y). Do what you need to do with that instance and then put Stop loop at the end, so it won't loop to the next instance.
Wow, that works! Thank you very much:)