how to get the same object choice between events and script without performance difference, because currently runtime.object.name.instance() in a for of loop does not consume the same CPU when there are thousands of instances (to test the capabilities), is there the same problem as for each event, how do you explain this difference?