Spawn object at random times

Hi, I want to spawn an object at random times using logic nodes… Anyone can help?

Just connect a random float to the duration input of any timer node

Here is an example for you random_spawn.blend (942.9 KB)

The objects spawns in random location to don’t overlap each other

If you want to determine the life time of the spawned objects, you can attach a timer node on them. Use this to avoid lag or limit the ammount of the spawned objects with a counter

3 Likes