Title says it all; I can pick the nearest instance, but I want to pick every instance except the nearest one.
Pick nearest and grab UID, then do for each instance, where instance does not = UID.
Develop games in your browser. Powerful, performant & highly capable.
Instead of For Each you can use inverted "Object Pick by Unique ID" condition, or "System Pick by evaluate Object.UID<>NearestUID"