If I understand, what you want is platforms that randomly appears on the right side of the screen?
I made a runner game in C2 few month ago but I didn't followed any template. My solution was to put 5 or 6 spawners cubes on the right side, at different heights. Then I use this:
Every X seconds
Pick a random [spawner] instance
-----------> create the object "platform"