IceeSodaYT plz see and copy code pleasee it makes the game much more intuitive and you dont have to credit me =================== b to build e to toggle inventory x for delete mode 1-0 keys for block selection =================== IMPORTANT NOTE FOR ICEESODAYT happy to put my case sensitive encoder to use. saves are an average of 900 characters this is 0.9 kilobytes (assuming scratch uses UTF-8. this number was gotten from a few test worlds I made) the maximum save length is exactly 1700 characters, this is 1.7 kilobytes (again, assuming scratch uses UTF-8). The changes made other than for saving and loading are as follows: -= Perfect grid in the background using stamping instead of costumes because it's behind everything always and it's mathematically accurate (did not do this with inventory because too lazy and would break things a little) -= Hotbar revamp to allow for future customization -= Removed arrow/WASD controls in favor of mouse movement and clicking. Also includes dragging as a way to place multiple blocks in rapid succession. This can be removed (if you want) by removing the second condition in the "wait until" block -= Toggleable inventory (only E instead of E and R) -= Used clones instead of stamps for the blocks, allowing for indexing and easier management -= Made the selector "shadowlands" sprite slightly less bright and opaque -= Gave each square an index using the list, and created three equations, one converting mouse movement into grid movement, one converting grid movement to index, and one converting index into grid movement -= Fixed the grass sprite being too thick in some areas -= Redesigned the "Delete" sprite ================= you dont have to add this to your project but if you do i suggest moving any scripts that weren't in the published version of 1.8 into a safe place, then replacing the sprites in yours with mine. tryna fix the loading issue cuz it loads so slow and for larger worlds that's gonna be so bad if you want to do stuff like foreground/background depth and player loading/larger than screen worlds (if you want my help) ask me and i can do that