I have a characterbody2d with movement controls, and a camera2d. I also have tilemap with a few tiles, like grass and pebbles. I want to place tiles as the player is moving, and removing them when they are out of view. However, there are no tutorials that I could find that do this. I’m pretty new to godot, but a few years back, I used this technique in Scratch(the online game engine).