What Is Speed in Minecraft? Movement Module Explained

Speed is a movement module that raises walking and sprint speed above Minecraft's vanilla limit. Here's how it works and why servers catch it so easily.

Modulesby trqUpdated July 13, 2026
Key takeaways
  • Speed is a movement module that raises walking and sprint speed above vanilla Minecraft's fixed rate.
  • It overrides the client's movement math directly, with no potion or block behind the extra speed.
  • The boost hits both walking and sprinting the whole time the module is on.
  • Movement checks are some of anticheat's oldest tooling, which is exactly why Speed gets caught.

Speed is a movement module that pushes a player's walking and sprinting rate past what vanilla Minecraft allows. Turn it on and you cross terrain faster than an unmodified client ever could, with nothing in the game world explaining the extra pace. It shows up in clients like Fan and Tenacity, and servers treat it the way they treat any other movement cheat: as an unfair edge, not a setting.

How it works

Vanilla Minecraft calculates a fixed walking speed and a separate, faster sprinting speed for every player. Nothing normally touches those numbers outside of things like a swiftness potion or standing on a speed-affecting block. A Speed module skips all of that and overrides the calculation directly, raising it so the player covers more ground per tick while walking and while sprinting, with no potion, block, or other vanilla explanation behind it.

Because the change happens entirely on the client, the player's own screen shows smooth, faster movement with no glitch or stutter to give it away visually. What the server receives is a different story: a stream of position updates covering more distance per tick than the player's known state should allow. That gap between what's plausible and what's arriving is exactly what a movement check is built to notice.

Why it gets detected

Speed is one of the easier cheats for a server to catch, because the server already knows how fast a player is allowed to move regardless of what the client claims.

Factor the anticheat weighsWhy it matters
Distance moved per tick against the player's known baselineDirect evidence of moving faster than the game permits
Active potion effects and speed-affecting blocksLegitimate reasons a player can be moving fast, which the server has to rule out first
Sprint state and direction changesSprinting and turning both affect what speed the server should expect
Consistency over timeA single fast tick can be lag; sustained speed above the ceiling with no explanation is a stronger signal

Server-side movement checks are some of the oldest and most mature parts of anticheat design. Running Speed for any real stretch on a server with a competent check is unlikely to go unnoticed.

Opal ships this

Opal's own take on it doesn't pretend to be anything else: "You become a cheetah in real life." It's filed under Opal's use-at-own-risk tier, same as it would be on any client, because raw movement speed is exactly the kind of signal a server-side check is designed to catch.

Reference, not a how-to

This page describes the module generically so you know what the term means. Naming and exact behavior vary by client, and moving faster than vanilla physics allow breaks the rules on essentially every competitive or survival server.

FAQ