s&box
RustCounter-Strike 2s&boxDeadlock
Wiki
Get s&box on Steam
Browse
OverviewGetting StartedCreating GamesEngine & ToolsDocumentationCommunity GamesResources
s&boxDocumentationGetting Started
SOURCE 2 · C#
Build and play games with s&box.

Facepunch's game engine and creation platform — make games in C#, or jump straight into community games.

Get s&box on Steam

s&box Wiki

  • Overview
  • Getting Started
  • Creating Games
  • Engine & Tools
  • Documentation
  • Community Games
  • Resources

Tools & Community

  • Getting Started
  • Creating Games
  • Engine & Tools
  • Resources

Platforms

  • RustBattle
  • CSBattle
  • Rust Game Wiki
  • CS2 Skins Wiki
  • Deadlock Wiki

About

  • Official Site
  • Developer Wiki
  • GitHub
  • Get on Steam
NOT AFFILIATED WITH FACEPUNCH STUDIOS · © 2026 s&box Wiki (community)
Docs/Getting Started
Getting Started

Getting Started

S&box is coded in C#. Under the hood, it uses the Source 2 engine (CS2, HL:Alyx, DOTA2) and some of its systems: rendering, resources, physics, and audio.

We use a scene system, similar to Godot and Unity. This allows faster iteration, without everything being code-based. The scene system aims to make how everything works more transparent, by being easily visible, and easily accessible.

We have developed a hotload system which is capable of compiling & hotloading your changes to code within a few milliseconds, which negates the need for a scripting language.

Our intention is to let you export the things that you make in our engine and release them standalone. We'll let you do this royalty-free.


Download & Install

Get the s&box editor on Steam and start building.

System Requirements

Minimum and recommended hardware specs to run s&box.

Your First Project

Create a new game project, add GameObjects and Components, and get something moving on screen.

Explore the Engine

Understand the scene system, play the Testbed to see engine features in action, and find sample projects to learn from.

Project Types

Learn about the different project types: game projects and addon projects.

Monetization

Learn how creators can make money through the Play Fund and other revenue systems.

Reporting Issues

How to report bugs, submit error logs, and troubleshoot common problems.

FAQ

Answers to frequently asked questions about s&box.

Feature Status

Current status of key features and known missing functionality.


Community

If you don't understand something, please ask on the forums or on Discord in the beginner's channel.

Issues and feature suggestions should be posted in the sbox-public repo.

Source: Facepunch/sbox-docs (CC-BY-4.0) · updated 2026-04-09. Read it rendered on the official docs.

More in Getting Started

Addon Project
Download & Install
Explore the Engine
FAQ
Game Project
Monetization
Project Types
Reporting Errors
← All documentation

Community wiki — not affiliated with Facepunch Studios. For the latest and most authoritative information, see the official developer wiki.