Building Blocks
Fully built systems and assets, for free. Prebuilt models and scripts as .rbxm files. Download one, drop it into your experience with the Packager plugin, and every piece lands where it belongs.
Init
A trusted module loader that requires and initializes your modules in a safe, ordered way.
Install →Damage Part example
A simple damage part built on Binder, packaged with its dependency. Shows how a Packager block with dependencies installs.
Install →Installing a building block
- Install the Packager plugin if you have not already.
- Download the block's
.rbxmfrom its page (each links to the file on GitHub; use Download raw file). - In Studio, right-click in the Explorer and Insert from File, choosing the
.rbxm. A single Packager package instance appears. - Open the Packager widget, click the package, and press Unpackage. Its scripts and instances move to the services they were packaged from.
Blocks are MIT licensed like the packages. Blocks that depend on a package (for example, the Damage Part on Binder) include that dependency in the package, so you do not need to install it separately.