WELCOME TO BLOXBURG Play on Roblox ↗

The fragile one,
and it says so.

Bloxburg has no scriptable job system. Everything is driven by prompts scattered through the map, so this hub works by finding the right prompt and firing it -- which makes it more breakable than the others, and it reports what it couldn’t find instead of failing quietly.

Get Key
loadstring
loadstring(game:HttpGet("https://rvhub.wtf/loader.lua"))()
Place ID 185655149 Prompt-driven -- the most fragile hub here
MODULES

What each tab does.

Every label matches what you'll see in-game. Nothing generic is bolted on -- each hub is only the calls that game actually makes.

  • Pizza Delivery, Hairdresser, Janitor, Cashier, Stocker, Woodcutter, Mechanic, Fisherman, Miner, Town Hall -- Ten teleports, each matched on the prompt’s action text, object text and parent name together -- any one of those alone produces false positives all over the map.
  • Auto Janitor -- Loops the cleaning prompt.
  • Boost Moods Now -- Runs sleep, shower, food and TV in sequence inside your own house, holding each long enough to register, then returns you where you started.
  • Auto Boost -- Repeats the sequence every two minutes.
  • Teleport To My Plot -- Goes home.
  • Re-find My Plot -- Clears the cached plot and searches again -- useful if you moved or the first detection missed.
  • Whether the prompt API is available, whether your plot was found, how many prompts have fired, and the result of the last attempt by name.
  • That last line is the important one: it tells you which prompt couldn’t be found when something stops working.
TRANSPARENCY

What it can't do.

The limits are worth knowing before you assume something's broken.

  • Prompt matching is inherently brittle. Rename a prompt and a feature stops -- the Stats tab is how you find out which one, rather than guessing.
  • Mood is scoped to the plot you own. If your plot isn’t detected it does nothing, deliberately -- otherwise it finds a neighbour’s bed and teleports you into their build.
  • This needs the prompt-firing function from your executor. Without it the job and mood features cannot work at all, and the hub warns you on load.
START NOW

Grab your key and go.

One key, one loader, every module above.