A Block Spawner, usually shortened to spawner, is an object used to spawn blocks. This is pretty essential to any level, so you should always include at least one spawner in anything you make.
When its button is pressed, it will spawn the block specified in the BlockToSpawn
property on top of the "Block Spawn" text. It'll also delete any blocks created by spawners with the same SpawnerID
, including itself.
Property | Acceptable Values |
---|---|
BlockToSpawn | The name of any block |
SpawnerID | Any text (typically a number) |
- Change the
SpawnerID
property to create multiple blocks at the same time! - You can delete the gray part to make a custom spawner.
© Orbit Productions 2025