Skip to main content
Wallhop Training
Tutorials9 min read

How to wallhop in Roblox

The wallhop explained properly: what the engine is actually doing, the exact inputs, the two setup changes that fix most failures, and a practice order that works.

Published

The short version

Hold the jump key down and keep it held. Then alternate pressing into the left wall and the right wall, switching direction each time the jump comes back to you. That is the entire technique.

If that sentence were enough, this page would end here. The reason it is not is that three things outside the technique itself cause most failures, and none of them are timing. They are your framerate, your camera, and your understanding of what the engine is doing. Fix those and the technique is a few hours of practice. Ignore them and it can take weeks and still feel random.

What the engine is actually doing

Roblox's default character does not need you to re-press jump in order to jump again. If you hold the jump key, the humanoid jumps once more as soon as it registers a landing. On flat ground this produces a continuous bounce. You can verify it in ten seconds: stand on anything flat, hold space, and watch.

A wallhop is that same behaviour applied sideways. When you press into a wall while rising, you briefly make contact with a surface the game treats as standable — usually a lip, a seam, or the top edge of a part. That contact counts as a landing, so the held jump key returns your jump, and you gain a little height. Press into the other wall, catch again, gain more.

This reframing matters because it tells you what you control. You are not timing jumps — the engine times those. You control exactly two things: how far from the wall you are when you make contact, and when you switch which wall you are pressing toward. Every genuine piece of wallhop advice is about one of those two variables.

Two setup changes that fix most beginners

The first is counter-intuitive enough that most people refuse to believe it: cap your framerate at 60. Higher FPS makes wallhopping harder, not easier. This is not folklore — it is stated plainly in the description of Wall Hop Practice, the most-played wallhop trainer on Roblox with over 257 million visits, by the developer who built it. If you recently unlocked your framerate and your wallhops got worse, you have found your problem.

The second is shift lock. It ties your character's facing to the camera, so A always means screen-left and D always means screen-right. Without it, your character rotates between inputs and the meaning of your keys changes underneath you mid-attempt. Enable shift lock switch in Roblox's settings menu first — it is a platform setting — then toggle it in game with Shift, or X on Xbox and Square on PlayStation.

There is also a third option worth knowing about, recommended by the same developer: the alignment keys. Comma and period rotate the Roblox camera in fixed increments, and you can use them to turn against each wall instead of strafing with A and D. Because the rotation amount is identical every time, some players find them dramatically more repeatable. Try both before deciding which you prefer.

  • Cap FPS at 60 in Roblox settings — higher framerates make wallhopping harder
  • Enable shift lock switch in Roblox settings, then toggle with Shift / X / Square
  • Test that held jump chains on flat ground before assuming the technique is broken
  • Try the alignment keys (comma and period) as an alternative to A and D

The inputs, step by step

Stand in the gap with the two walls symmetrically left and right on your screen. Square the camera to the gap itself rather than to the level's grid, then take your hand off the mouse entirely — with shift lock on, any mouse movement rotates your strafe axis mid-climb.

Hold Space. Press A to drift into the left wall. The instant the jump returns — you will feel an upward pop and see the height gain — release A and press D in one motion. Do not hold both. Do not pause at neutral. Any gap between the keys is a moment spent falling straight down the shaft.

Repeat: A, catch, D, catch, A, catch. When your head clears the top, release both strafe keys and let the last jump carry you onto the ledge. Pressing a direction on the final jump is the single most common way a completed climb still fails.

Practise in the right order

The mistake almost everyone makes is attempting a full climb on day one. A failed ten-hop climb tells you nothing, because you cannot identify which hop failed or why. Build it up instead.

Start with a single catch: one wall, one extra jump, twenty times in a row without attempting to climb. Then two catches — one on each wall — ten times in a row, then stop. Two chained catches is a real wallhop, and over-drilling it is what makes longer climbs possible later. Only then extend to three, four, and six.

Practise below your limit rather than at it. Find the widest gap you clear nine times out of ten, then spend most of your time one or two studs narrower than that. Consistency is built below your ceiling, never at it.

When it still is not working

If you get no height gain at all, ever, you are not making contact with anything the game treats as standable. That is a positioning problem and no change to your rhythm will fix it — move closer to the wall before you jump.

If catches work roughly one in five attempts, your distance from the wall is varying between attempts. Fix your starting position precisely rather than adjusting your timing.

If one side works and the other does not, it is almost always camera yaw rather than an actual asymmetry in your inputs. Re-square the camera so both walls sit symmetrically on screen.

And if a specific gap resists you after twenty honest attempts, go find a wider one. Gap width is a difficulty dial, and starting on the hardest setting is a choice, not a requirement.

#wallhop#beginner#inputs#setup

FAQ

How long does it take to learn to wallhop?

Most people land a first two-hop climb within an hour of focused practice with the correct setup. Reliable longer climbs take days rather than hours, because it is a motor skill and spaced short sessions beat one long grind.

Is wallhopping an exploit or a ban risk?

Neither. It uses ordinary movement inputs and the game's own collision handling — nothing is injected or modified. Entire obby genres are built around it precisely because it is a legitimate skill.

Can you wallhop on mobile?

Yes, but it is harder. Hold the jump button rather than tapping, and drag the movement stick between the two directions. The absence of shift lock and the imprecision of a virtual stick are the main obstacles.

Does wallhopping work in every Roblox game?

It works wherever the default humanoid behaviour is intact and the geometry cooperates. Games can override jump power, walk speed, and gravity, and some run custom character scripts that disable held-jump chaining entirely.

Techniques mentioned

Put it into practice