Write a piece of code that clones your obstacle every few seconds - the amount of seconds between each clone should be random to keep things interesting.
Sprites that are cloning other versions of itself usually work best if they stay hidden. That way, the only versions that will show will be the clones. This is a purple "looks" block.
Since we want the obstacles to create clones the whole game, we need a "forever" loop. This is found in the "control" section. Put it below the "hide" block.