Arrow keys
When you think about it, a scrolling platformer just an inverted platformer. All I had to do to make this work was to edit @djpro's platform script by making (most) positive numbers negative, and vise versa. I think that most scrolling engines are way to overkill, because I achieved the same effect but with one script. Feel free to use this with credit!