Turn imagination into something real.

Imagine Lab helps kids design, build, test, and publish games with AI while learning creative problem solving.

Ages 8–14 · 12 weekly sessions

Imagine Lab Studio
Play
Stop
FINISH
Output
21:15:42.123Workspace.Lava touched Player
21:15:42.124Player took 10 damage
Explorer
🌐Workspace
SpawnLocation
📁Platforms
🔥Lava
🏁Finish
Checkpoint
Properties
Lava Part ▾
Appearance
Color
[255, 85, 0]
MaterialNeon
Behavior
CanCollide
ScriptLavaDamage
Building with AI
Let's make the lava damage the player ✨
local lava = workspace.Lava
lava.Touched:Connect(function(hit)
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if player then
player.Character:FindFirstChild("Humanoid")
:TakeDamage(10)
end
end)
How It Works

From Idea to Playable Game

Every session ends with something the student is eager to show someone.

  1. Step 1

    Plan

    Start small. Decide what the thing actually is before building it.

  2. Step 2

    Build

    Make a working version, with AI as a teammate rather than an autopilot.

  3. Step 3

    Test

    Play it, break it on purpose, and find out what really happens.

  4. Step 4

    Polish

    Fix what broke and add the details that make it feel finished.

  5. Step 5

    Push

    Put it in front of real players and let them play it without you.

The Real Curriculum

The Three Things We Build

Beneath the games, three capabilities are being built into every student. Roblox is simply where they get to practice them.

01

Engineering Workflow

Plan, Build, Test, Polish, Push. Students take something that exists only in their imagination and turn it into something real. The projects change; the loop does not.

02

AI Engineering

AI is another member of the creative team, not the one making the game. Students learn to explain what they want, catch when AI is wrong, and decide when it is actually useful.

03

Creator Mindset

Ideas are easy; finishing is hard. Bugs are not disasters, feedback is not criticism, and finished and shown beats perfect and hidden.

Curriculum Track

Featured Course

Roblox Creator: Beginner

Roblox Creator: Beginner

Build, code, and launch your own Roblox game while learning AI, engineering, and creative problem-solving.

For Parents

Always Know What Your Child Learned & Built.

Our dedicated Parent Space provides full transparency into your child's learning journey:

  • Know what your child learned: Detailed lesson summaries and skills practiced.
  • See actual creations: Play and test finished projects and in-progress builds.
  • Follow course progress: Real-time tracking through module roadmaps.
  • Read teacher notes: Instructor observations and constructive feedback.
  • Understand next steps: Clear view of upcoming milestones and creative goals.
Parent Space Dashboard
Learning Journey & Milestones
Updated
Teacher Reflection
Week 3 · Build Something That Hunts You

Designed the enemy behavior, then broke it on purpose to find out where it got stuck.

Skill: Testing & DebuggingConfident
Next: Week 4 — Build a Survival Game
Philosophy
Creativity before syntax.

AI is a teammate rather than an automatic game generator. We empower young creators with the foundational logic, architectural intuition, and creative confidence to build whatever they can imagine.

Ready to help your child build something real?