Skip to content

ItsChrisHickman/finetime

Repository files navigation

Finetime

A multiplayer survival horror game for Roblox inspired by Doctor Who's "Dot and Bubble" (2024).

Roblox Creator: ItsFinetime

Players navigate a utopian city while being hunted by a creature they cannot see—unless they drop their protective "bubble" interface. The Dot controls your navigation, your social feed, your entire reality. But The Dot has learned to hate you.

Core Mechanics

  • Bubble Mode: Safe, comfortable, blind to threats
  • Reality Mode: See the creature, but it sees YOU
  • Death Order: Players hunted alphabetically by name
  • Objectives: Complete 3 of 5 to unlock the canal escape
  • The Outsider: A mysterious voice trying to help you escape

Documentation

Start Here

Design Reference

Planning

Quick Start

Prerequisites: Node.js 18+, Roblox Studio, Rojo

# Install dependencies
npm install

# Build TypeScript to Luau
npm run build

# Watch mode (continuous compilation)
npm run watch

# Start Rojo server (in another terminal)
rojo serve

Then connect Rojo in Roblox Studio and press F5 to test.

Project Structure

src/
├── client/     # Runs on player's device
├── server/     # Runs on Roblox servers
└── shared/     # Shared code and types

New to Roblox Development?

See docs/SETUP_GUIDE.md for detailed setup instructions.

About

A Roblox Game inspired by a Doctor Who Episode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published