Skip to content

Tutorials

Complete game tutorials to learn RedScript by building real projects.

Mini-Games

TutorialDescriptionKey Concepts
Zombie SurvivalWave-based survival with shopState machine, economy, bossbar
Capture the FlagTwo-team CTFTeams, flag mechanics, scoring
Parkour RaceTimed course with checkpointsTimers, checkpoints, records

What You'll Learn

Each tutorial covers practical game development patterns:

  • Game State — Using structs to organize complex state
  • Phases — Lobby → Countdown → Playing → Ended
  • Scoring — Scoreboards for points, kills, times
  • Teams — Creating and managing player teams
  • UI — Bossbars, action bars, titles
  • Events — Detecting player actions (enter area, die, etc.)

Prerequisites

Before starting tutorials:

  1. Complete Getting Started
  2. Understand Variables & Types
  3. Know Functions and Decorators

Full Examples

All tutorial code is available in the repository:

Released under the MIT License.