This is a test (in case you couldn't tell from the title). I don't know how to do a scrolling map, so I'm using this script as an alternative. The basic idea of this project is to serve a substitute for scrolling. Instead of the camera moving with you, the camera will give the illusion it will move to a different part of the map once you go off screen.
24/11/19 Added "Chunks" and a tiny bit of design. Glitches if you go past on any chunk coordinate besides 0,0 0,1 1,0 24/11/20 Added wall collision. Now you can't go past the designated area. 24/11/21 Added hitbox. Not sure what to do with it yet. Also there's a bug. Hope no one finds it though. 24/11/25 Made movement and wall collision scripts different. I'm one step closer to fixing the bug.