side note from 6.04.2024: This thing is ancient LOL, it might be confusing and i don't think this is the best bop to start coding with, still, use it if you want to. Q'N'A DOWN WOOOOOOOOOOOOOOOOO SHARED THIS THO! Here's the link: https://scratch.mit.edu/projects/482991428/ Bruh Idk what to say here Lol nope I'm out. SAYONARA. Lol I'm not sure if this will help QwQ QNA: Q: hmmm, how do i make it loop smoothly, (like the head and body parts instead of going down up, slightly down and then all the parts just teleport back to the beginning start point, yea i don't want that that's weird, i want the parts to do their bop, go back to starting point, then loop smoothly again) for my miss wanna die meme? A:Pretty much simple! Here's a simple example: change y by 1, change y by 3, change y by -3, change y by -1. And a more complex one: change y by -1, change y by -3, change y by 1,change y by 4, change y by -1! Q: How can I make it bounce more rapidly? Like, do the jump faster, come back faster... A: Change the number in the repeat block. However that will make your sprite move less, therefore you'll have to increase the y number. Just experiment until you like it.