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