Click the "Start Climb" button to start the game. W to jump, A and D to move. "Load level" and "Level Editor" buttons dont work because I haven't actually made a level editor yet. Get to the end and you win i guess. If anyone wants to go through the tedious process of writing a save code manually with no level editor then here's how it works. and yes, i did build a save code loader. It starts with a command. PL is for setting the player x and Y. Here's how you write it in the save code (exclude the quotation marks and replace x and y with numbers): "PL,x,y," PT creates a platform. Here's how you write that (again, exclude quotation marks and replace costumenumber, x, y, size, and rotation with numbers): "PT,costumenumber,x,y,size,rotation," To use your new save code (assuming you made one), just See inside > click on "main" sprite > find "when green flag clicked" script > find "set [defaultlevel] to" block > replace the value with your save code. A scrolling platformer with, you guessed it, slopes. the scripts inside are the biggest plate of spaghetti code you have ever seen. but it does work more or less. you can walk up slopes and slide down slopes. Inspired by Only Up by MoreMoto Games - https://store.steampowered.com/app/2562240/Only_Up/ Also inspired by Getting Over It Scratch editon by griffpatch - https://scratch.mit.edu/projects/389464290/ #Platformer #OnlyUp #GettingOverIt #Slopes