I know how to make objects fall from the sky and how to get it to spawn in a random spot in the X axis. However, how do I make the same object fall at different times.
For example I have balls at the top and I want one ball to fall first and the other to drop like 1 second later or any time frame after the first. The balls are also in the same class.

