PROBLEM: (kinda works now though) I wanted to make a platformer with paint and other stuff but i ran against the usual 301 clone limit wall. So i made a system which deletes every offscreen clone and stores its data in 4 lists (X-pos, Y-pos, costume, direction). another script checks if the clones in the list are onscreen and creates a clone with the data in the list (and deletes the data) BUT if the list gets longer it takes a lot of time to go through the list and reload the saved objects. do you know how to make that faster then pls tell me.
Remixed Added Zekrom sprite thanks to nickydroids for making the original project