Some plans of addition for upcoming Laidscript. A list and variable system of our own to create infinite variables and lists without actually creating the lists or variables. Also added Wait() and Logs if you mess up a part of the script!!! VarNew("var1") VarSet("var1",'3') ListNew("Listname") Wait([var1]) ListAdd("Listname",'Anything') Press the Game button to run it, then press ShowCode to see it in action (you need to add that code up above to see it in action.) I added a couple more ideas for clearing: the four small buttons on top. The top left lets you delete a specific line of code, the top right lets you delete a group of code, the bottom left lets you replace a part of the code, and the bottom right deletes the last part of the code.