The mission control
for Roblox teams.

One workspace for your sprints, plugin builds, team chat, and AI pair-dev — instead of six Discord servers, three Trello boards, and a Google Doc nobody reads.

See it in action
Free for solo & duo teams No credit card Studio plugin included
devdock.team/mythic-games/sprint-12
Sprint 12 Aug 5 — Aug 19
● In progress
Backlog4
TD-218Boss wave balancing pass
featureJL
TD-220Lobby music loops out of sync
bugKR
TD-221Update thumbnail for summer event
choreSM
In progress3
TD-215Mobile UI overhaul — pass 2
featureSM
TD-219DataStore migration to v2
choreJL
Shipped7
TD-211New map: Frostfall Ridge
shippedKR
TD-213Fix: pets despawn on rejoin
shippedJL
TD-214Premium badge rewards
shippedSM

Trusted by 2,400+ Roblox studios building the next hits

M
Mythic Games
PP
Pixel Pact
N
Nova Studios
VC
Voxel Co.
O
Orbit Labs
K
Kindling
Every tool, one tab

Built for how Roblox studios actually ship.

Stop context-switching between six apps. DevDock was designed around the real workflows of Roblox teams — from solo devs running side experiences to 40-person studios running live ops.

Taskboards & sprints that match your release cadence.

Two-week sprints, live-ops hotfix lanes, or one big backlog — pick the flow that fits your team. Issues link to commits, playtests, and Studio builds automatically.

  • Bug / feature / chore / live-ops lanes
  • Auto-rollover for unfinished sprint work
  • Ship log with one-click changelog export
Sprint 12 · Tower Defenders11 of 16
Frostfall Ridge map launchTD-211
Pet despawn fix on rejoinTD-213
Premium badge rewardsTD-214
Mobile UI overhaul — pass 2TD-215
Boss wave balancingTD-218
DataStore v2 migrationTD-219

Team chat that lives next to your work.

Threads linked to tasks. Voice rooms for playtests. Screen-share without installing anything. All of it searchable — no more scrolling Discord hoping to find the art spec from April.

  • Channels per project, DMs per teammate
  • Drop a /task and turn any message into work
  • Playtest voice rooms with Studio sync
#art-direction8 online
KR
Kai11:42
new frost palette for TD-211 — lmk if it reads too cool on mobile
SM
Sam11:44
looks clean. want me to pull it into the mobile pass? /task assign to me.
JL
Jordan11:45
🎯 nice. playtest voice at 2 if anyone's around

An AI that actually understands your studio.

Trained on your taskboard, docs, and commit history — not just the open web. Ask it to summarize sprint velocity, draft a GDD section, or find the script that broke last Thursday's live build.

  • Context from your studio, not the entire internet
  • Drafts tasks, schedules playtests, writes changelogs
  • Luau-aware — points at the script, not just "somewhere"
why did TD-213 take three sprints?
TD-213 (pets despawn on rejoin) was blocked twice. Root cause was a DataStore race, not pet logic.
1Sprint 10 — reproduced, misattributed to Humanoid lifecycle
2Sprint 11 — Jordan flagged the DataStore async flush
3Sprint 12 — fixed in PetManager.server.lua:82, shipped
Post to #dev-generalAdd to retro doc

Whiteboards for map plans, progression loops, and 2am ideas.

Infinite canvas with sticky notes, flowcharts, and embed-anything — pin a Studio screenshot, paste a YouTube reference, link a task. Your design wall, but it doesn't get erased by the janitor.

  • Real-time multiplayer cursors
  • Embed tasks, docs, Studio builds inline
  • Export to PDF for publisher pitches
Core loop
Combat
Drop table
Progression
pets scale w/ XP not $$
boss drops must feel rare
3 cursors live

Roblox Studio plugin — built in, not bolted on.

Install the DevDock plugin once and tasks, docs, and chat live inside Studio. Link a task to a script, log a bug from the viewport, push build notes to your team without leaving the editor.

  • One-click task → script jump
  • Auto-log place version + commit on publish
  • In-editor code review with teammates
LUA
PetManager.server.lua
TD-213 · linked task
Synced
-- TD-213: fix despawn race on rejoin
local DataStore = game:GetService("DataStoreService")
local Pets = DataStore:GetDataStore("Pets_v2")

function loadPets(player)
  local key = "u_" .. player.UserId
  return Pets:UpdateAsync(key, flushRace)
end
Sam pushed place v847 · 2 teammates reviewing

Invite links & permissions that don't require a Slack huddle.

Share a studio link, pick a role, done. Contractors get scoped access to one project. Alpha testers can see the build but not the cap table. Roles inherit to Studio plugin, chat, and docs.

  • Owner / Dev / Artist / Viewer roles built in
  • Per-project overrides for contractors
  • Expiring links + audit log on every join
JL
Jordan Leigh
jordan@mythic.gg
Owner
SM
Sam Morales
sam@mythic.gg
Dev
KR
Kai Ren
kai@mythic.gg
Artist
AT
Alex Tran
contractor · Tower Defenders only
Viewer
From zero to sprint in minutes

Three steps. No migration specialist required.

01/03

Create your studio

One click spins up a workspace with a taskboard, chat, docs, and AI. Name it after your team, not your tooling.

studio create "mythic-games"
# workspace ready in 2.4s
taskboard · chat · docs · AI
02/03

Invite your team

Drop a link in Discord. Roles auto-assign, and everyone gets the Studio plugin the first time they open Roblox Studio.

invite send --role=dev
# link: dvdk.team/j/k7a2f
3 joined · plugin auto-installed
03/03

Ship faster

Sprint, chat, commit, and publish — all without leaving DevDock. Your first retro will be the last time you blame Discord for anything.

sprint start "v1.0"
# 14 tasks · 3 devs · 2 weeks
go make something good
Pricing

Simple pricing, serious tools.

Start free. Scale as your team grows. Owner seat is always free. No surprises. Cancel anytime.

Free
$0/forever

For solo devs and weekend projects.

  • Owner + 1 member
  • 1 project
  • 100 MB storage
  • Basic kanban board
  • Community support
Basic
$9/mo + $3/seat

Owner seat included free.

  • Add seats as needed
  • 3 projects
  • 75 AI msg / month
  • Kanban + List views
  • 1 whiteboard per project
  • Email support
Studio
$19/mo + $5/seat

For teams shipping their first games.

  • Add seats as needed
  • 5 projects
  • 250 AI msg / month
  • + Calendar view
  • Basic AI PM
  • 2 whiteboards per project
Enterprise
$79/mo + $12/seat

For studios with 50+ seats.

  • Add seats as needed
  • Unlimited projects
  • 3,000 AI msg / month
  • Full AI PM + predictions
  • Smart assign + standup bot
  • Dedicated support

No hidden fees. Cancel anytime. 50+ seats? Let's talk →

From the docks

Studios shipping more, arguing less.

We were juggling three Trello boards and a 4,000-message Discord. Moved the whole team to DevDock in a weekend and shipped our summer update a full sprint early. The Studio plugin alone paid for the year.

EM
Ella Mendez
Studio lead · Pixel Pact (18M visits)

The AI assistant is the only one that actually knows what TD-213 is. It's like onboarding a new engineer who's already read your entire backlog. Kind of unfair.

JL
Jordan Leigh
Tech lead · Mythic Games

I run a two-person studio with a rotating roster of contract artists. DevDock's per-project permissions mean I stopped having to explain what NOT to click. That's worth the sub price, times ten.

NO
Noa Okafor
Founder · Orbit Labs

Start your studio
today.

Free for solo & duo teams, every feature, zero credit card. If your team stops reaching for Discord by week two, keep it. If not, the data exports in one click.

Book a walkthrough