Her is the script
001 | local height = 20 |
002 | local size = 50 |
003 | local y = 0 |
004 | local x = 0 |
005 | function HowmanyPlaced() |
006 | place() |
007 | place() |
008 | place() |
009 | place() |
010 | place() |
011 | place() |
012 | place() |
013 | place() |
014 | place() |
015 | place() |
i need help STOPPING it at a certain point in time this took me a while to figure out and i cant find out how