Skip to content
Ali edited this page Jul 27, 2025 · 3 revisions

Welcome to the toybin! wiki

toybin! is a plugin for Godot 4.x that aims to simplify the process of using Playroom. Playroom is a web-based multiplayer backend that's free to use¹. On this wiki you can find all the documentation relating to toybin! and some tips for utilizing Playroom.

Design

This plugin is built around providing encapsulations for the Playroom API. It also offers some wrapper classes to help better interface with some of the JavaScript objects Playroom relies on. In addition to making it easier to work with Playroom from GDScript, this plugin provides some pre-built solutions to common problems and automates some of the setup needed for working with Playroom.

Supported platforms

  • HTML5

Note

Playroom only supports the web platform. You can still export your game to other platforms, but Playroom features will be unavailable.

Supported Playroom features

Refer to Playroom Documentation for more details on these features

  • Lobby
  • Matchmaking
  • Joystick and Gamepads
  • Stream Mode
  • State
  • RPC
  • Tiktok Live
  • Discord

Important

Some features like Discord integration are only partially supported at this time.

Unsupported Playroom features

  • Bots
  • Persistence
  • Turn Based

Note

These features can still be accessed, but toybin! does not supply encapsulations or wrappers for them.


¹. Non Commercial with some limitations.

Clone this wiki locally