'Make it rain' script

Hi! I am wanting to make a feature in my game where a player can buy a dev product called Make It Rain. When they purchase this, coins drop randomly from the sky for all players to collect, increasing their money balance.
How would I go about making this, OR are there any tutorials or video that you have seen on how to do this?

TYSM!

You can create a coin and put it in the ReplicatedStorage and when a player buy that developer product a script start clone the coin and put the clone in the workspace in a certain area that you can determinate using math.random()