Feedback on a rocket jumping obby

ok so I know you all have probably seen those “obby but x” games, right?
well I have decided to make my own! (and don’t worry - it’s something WAY more interesting than “obby but you can’t jump!!1!1”)

the main gimmick is that you can rocket jump, allowing you to become way more mobile than you can in other obbies. this uses a custom character controller, allowing you to retain your velocity while in the air as well as enabling other movement features like air strafing and bunny hopping.

right now it’s a pretty big work in progress thing - I plan on adding MANY more features, such as:

  • mobile support + better support for console
  • a challenge mode, allowing players to turn on modifiers like “bouncy walls” or “fall damage”
  • a race mode where players can race against each other
  • a speedrun mode, where you have to beat the entire game as fast as possible. this mode (along with race mode) will use a server-authoritative character controller to prevent hackers from getting impossible times.
  • alternate rocket launcher skins as well as rocket launchers that function entirely different
  • many, MANY more stages. there’s only 10 right now.
  • a bunch of other fixes to make things smoother and less buggy.

game link: obby but you rocket jump.

known bugs that i’m still working on fixing:

  • you can suddenly get stuck on ramps randomly
  • occasionally collisions will fail and you can phase through walls and floors - easy to reproduce by continually rocket jumping into walls
  • other players usually appear a bit laggy - this is because i had to disable default roblox character control (and therefore replication) as it was causing problems with the character controller

I like your game a lot! It’s extremely fun, and I like how the mechanics flow together. There was a critical bug I noticed while playing though, and it’s that you can essentially wallhop on the brown walls to climb upwards using the rocket launcher, which makes it extremely easy to circumvent levels. Example of this is on level 10, where you can basically skip the entire level if you pull the bug off properly. Video example of the bug shown below:

thanks for the feedback! about the bug, that exists on a lot of the levels, although it’s not as much of a bug as it is an exploit (as wall hopping is an intended mechanic planned to be used for future levels)
i’ll likely add some form of invisible roof above the walls or make it so you can’t stand on the walls