Scrolling Platformer Engine v2.0- Riptide901 This is NOT a full game, but using some tweaking on other various platformer scripts, as well as my own twists, this is a fully functioning scrolling platformer script! Feel free to use this in your own games with credit, no need to ask me. However, if you do use it, please post a link to it in the comments so I can see the kinds of games you are making and what you might like me to add. V2.0 Features: -Parallax Background that gives a realistic element to the scrolling features -Separate sprites for the ground and collision, in case you want items in your level that the character doesn't collide with. If you want to get ride of it, just move all the necessary scripts into the ground sprite and delete the collision sprite. -Bump- and jitter-free wall, floor, and ceiling detection, no wall jumping though, but I will add it if you guys think I should. -Easily adjustable inputs for player sprite name, gravity, jump height, and momentum gain that only have to be entered once. These ensure that you can get the most out of this script for the least amount of tedious work. -Built in invisible "endpoints" that allow you to set the maximum and minimum X position for your level, as well as a minimum value for the Y position that is equivalent to falling down a hole. The player cannot travel past these endpoints, and falling down a hole equals an automatic restart. -Dash feature that only allows one-time use until the player touches the ground again. Note: In the future, this engine will most likely become easier for new coders to use, but for now some features require a certain level of Scratch coding knowledge, which unfortunately does limit the use of this engine to more skilled users. If you have any suggestions for how this engine can improve in later versions, please feel free to let me know so it can provide the best use for the least amount of work. That's all for now!