raindrops dropping

i want the object rain to fall randomly from the sun/clouds object. how do i do that? https://flowlab.io/game/view/1443599

Have an emitter spawn rain from these objects. The raindrops themselves will use a randomizer with min at -32 and max at 32. Input the random output into a position block on +x, with a “once” block attached to both of the “new” inputs for the randomizers.

So i put the randomizer in the rain object

nevermind. thanks

Yes. No problem!