hello welcome to creepah extensions! today we take a look at platforming blocks, to make platformers easier to code,if you are curios on how to put this in your projects, refer to how to use below, for now if you want to play around with this the controls are the arrow keys how to use- to put this in your projects all you have to do is backpack the sprite called extension(if you do not know how to backpack just ask a fellow scratcher for help) then put it in your project, once it is in your project look for the define block(define blocks look like a flat house roof with blocks underneath it) and put them in your player sprite, once done go to the custom block category(it looks pink) a some new blocks will appear, if you are having trouble just ask in the comments the blocks- the first block is the move left () right () with speed () block, to use this block just use the first input for the left key, the second input with the right key and adjust the speed with the third input, the jump block is quite simple (just make sure you put it after gravity block and before collide up down block) use the first input for the key that you should jump with and to adjust the height use the second input, apply friction block makes friction(or slows you down) just enter a number apply gravity block makes you fall, just enter a value the final blocks are the collide blocks just put them where they tell you, put the sprite that you want to act as the ground/wall the jump block also has another input that you should also put what you want the ground to be in it update log- v1-release v1.2-fixed mildly annoying bug that clipped you into the ground if you were to jump just before landing