So, I am sure (or hope) that there is super easy way to do this, but can’t figure it out. I need to create lets say 20 instances of object after certain criteria are met. When a Player hits the Object1, then create 20 instances of Object2 at random positions inside Object1.
In short, I need to create an effect similar to Particles, but I don’t wanna use particles (I need the physics working, etc).
I was able to make it work, but I am using multiple rows of Create Object action and I don’t think that is practical. The better way would be to have some kind of “Repeat that action N times”.