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.
WASD or arrow keys to move space sprais inc press e to turn into fluid (buggy) and press e again to turn back to normal (you have to be out of the ground) press p for debug data