If you have more than one instance of the object, don't use "Trigger once" condition with it! It will cause more problems and bugs.
the problem is that when it is overlapped and creates the object, it creates it continuously without stopping,
You need to use "On collision" event instead of "Is overlapping" condition.
Another option is to check if the object already exists, and only create it if it doesn't exist.