Roblox Studio Luau

Cube Defence

A Roblox Tower-Defence Playground

Systems Focus
Solo Team Size
2 Weeks Duration

Summary

Cube Defence is my testing ground for tower-defence ideas in Roblox.

It's not a commercial release; it's where I test how the genre feels: enemy pacing, turret upgrades, and the UI feedback that tells players what's going on. I built it so I could tweak wave difficulty and the game economy quickly without rewriting code every time.

Main Points

  • Modular towers: Swap attack behaviours without rewriting code.
  • Wave tools: Control spawn timing and enemy mixes.
  • Clear UI: Players always know what is happening.

How It Works

Modular Towers

Each tower is its own script, so attack types like splash damage, single-target, and status effects can be mixed and matched.

Wave Editing

Tools for adjusting spawn timing, mixing enemy types, and staging boss arrivals; difficulty testing takes minutes instead of hours.

UI & Feedback

Upgrade previews, floating damage numbers, and clear displays for money and resources.

Gameplay