Skip to main content

Create Your First Experience

Coming soon~30 minWorldBeginnerScripting
What you'll build

A simple multiplayer HELIX world where players can spawn in, walk around, drive a basic vehicle, and see each other in real time. Every concept introduced here links to a deeper guide so you can keep going at your own pace.

Steps in this tutorial

  1. Install HELIX & Creator Kit — the launcher and the editor
  2. Create a Blank World — set up your first project
  3. Spawn Characters — get a player in the world
  4. Add a Vehicle — drop in a default car and drive
  5. Wire a Basic UI — show a simple HUD
  6. Test Multiplayer Locally — invite a second client
  7. Publish to Vault — make it shareable
Before you start
  • Windows 10/11 with at least 32 GB RAM (HELIX is built on Unreal Engine 5 — 64 GB recommended)
  • A HELIX account with Creator access
  • ~15 GB free disk space for the editor + sample content

Coming up

The full tutorial (with screenshots, code samples in Blueprint / Lua / JS, and a downloadable starter project) is being written. In the meantime, the building blocks already exist scattered across the docs:

  • Installing the editor → see Getting Started → Install HELIX
  • Creating worlds → see Core Concepts → Levels & Maps
  • Multiplayer basics → see Multiplayer → Client-Server Model