Back to Projects
project mediaproject media

Silent Station

Paused
Roblox
Luau
AI
UI
DataStore

Silent Station is a large-scale Roblox project currently on hold due to limited funding for additional developers. The project includes custom AI systems, a polished UI, a solid backend, and a well-structured database. Built with scalability in mind from day one.

On hold

Development is paused while funding for a second developer is sourced. The codebase is complete enough to be playable — the bottleneck is content, not stability.

AI systems

NPCs use a behaviour tree implementation rather than a state machine, which makes it straightforward to compose complex behaviours from small reusable nodes. Each NPC type shares the same runner — only the tree definition differs.

Data layer

Player data is managed through a session-locked DataStore wrapper that retries on failure and reconciles schema migrations automatically. No manual migration scripts needed when fields are added.