Hello developers,
I am working on my game, and i need to save every object in a chunk.
I thought about doing the .touched trigger event (the chunk is big invisible block, that you can’t collide with), but if the part touches 2 chunks, both would (prob) save the item, and it will be duped. It also might fall off the world. Does anyone know how i can do this? If you need more info just ask me.