Add a "go to x: __ y: __" dark blue "motion" block and place it underneath. Your numbers will probably be different than the example! You'll want to make sure they match the same coordinates in the sprite properties.
Add a "wait __ seconds" from the "control" section inside of the forever loop. Without this block, your obstacle would be creating hundreds of clones all at once!
Find a green "operators" block called "pick random __ to __" and drop it inside the wait block. Experiment with different ranges of numbers. The example would wait anywhere between 1 - 4 seconds before making another clone.