#+1 Speed Keyboard Escape — Documentation
Documentation for whoever buys and runs this game (BuiltByBit buyers, or anyone else maintaining their own copy of the place) — not a player-facing wiki. Every page is short and single-topic on purpose, so you can send someone a link to exactly the thing they asked about instead of a whole reference doc. Every page describes what's real in the current build, not a design document — if the game changes, this should be updated alongside it.
#Setup
#Features (what ships built-in)
- Speed & WalkSpeed
- Gain Multipliers
- Rebirth
- Trails & Auras
- Items
- Redeem Codes
- Stages, Teleport & Skipping
- Stage Hazards
- Bosses
- Admin console: Basics · Giving Currency & Items · Managing Players · Teleporting · Codes · Broadcast
#Customizing
- Adding an Item, Trail, or Aura
- Adding a Redeem Code
- Adding a Boss
- Adding a Stage Hazard
- Tuning Difficulty
#FAQ
See faq/ for the full list, or jump straight to one:
- Do I need to buy anything else for this to work?
- Why do I see DataStore/MessagingService warnings in Studio?
- Can regular players open the admin console?
- Is player data safe if I update/republish the place?
- Can I change the number of stages?
- Do I need to know Luau to add a new item, boss, or code?
#Reference (for going straight to the code)
- Service Convention
- Config Key Map
- Boss & Hazard System Internals
- Live Cross-Server Sync (Admin Console Internals)
#A note on numbers
Every number in this documentation (WalkSpeed formulas, trap timings, prices) is read from the live
Config/Formulas modules, not guessed. Where a system deliberately reads a live value instead of a
fixed one — like a trap's closing speed matching a stage's recommended level — the doc says so explicitly,
because that number can change without this file being touched.