Collision with different instances of the same object

I dunno if it’s what you need but …
imo you should assign an individual ID var for each ball,count then increment the scene var by 1, so all balls have different IDs. After that you should be able to check individual collisions.