continuing my heart system, using a cloned database to keep track of the hearts. however I found this issue that at the end of my health bar, there is one heart which a: doesn’t have a id (i’ve printed and emptied the whole table and its still there), I’ve been trying to fix it but I don’t know what it is or why its there, its not the original heart which I’m cloning from either. Any help would be appreciated
To enable and disable gui you should use gui.set_enabled(). You will need to enable the gui before cloning and then disable after you are done. API reference (gui) (defold.com)