Item spawner malfunctioning

Summary

Item spawner continuously spawning items even when “Continuously Spawn Items” is set to OFF.

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Assets

Steps to Reproduce

  1. Create an island and add some item spawners.
  2. Configure the item spawners to spawn 1 item each and make sure “Continuously Spawn Items” is set to OFF.
  3. Start the game

Expected Result

The items would spawn once and wait for being picked up before spawning again

Observed Result

The items are spawning continuously leading to performance issues

Platform(s)

All platforms

Video

The problem is you have more than 100 spawners and this happens.

You can set the first 99 to spawn as you are already then manually spawn items on the next 99 or whatever after like 1 second on a trigger i think that will fix it.

Its been like this for years tbh

3 Likes

Oh, I will try this workaround and hope that it works :crossed_fingers::crossed_fingers:

1 Like

I tried it but it worked for the first 100 ones. The moment I tried to spawn next 100 using another button, the glitch was back. Thanks anyway for trying to help

It’s not a “Glitch/Bug” a server can have up to 100 dropped items, when a new item is dropped or spawned an old one has to de-spawn, thus making the item spawner think that the item was picked and to start the spawning of a new item (If Item Respawn is set to ON)

I did it with timers and about 10 second delay and it worked it let me have more than 100 so idk if it changed since then.

This was on 1.0 too

1 Like