Installation
Install using Studio
Download the EasyBullet.rbxmx file and drag it into studio
Or grab the Marketplace model and insert it via the Toolbox window
Install using Wally (Recommended)
Install Wally if you haven't already
To install EasyBullet using wally, add this line to your wally.toml dependencies:
EasyBullet = "zachcurtis/easybullet@0.3.3"
Then run:
wally install
Install from Github
First clone the repository:
git clone https://github.com/ZachCurtis/EasyBullet
cd EasyBullet
Then use Rojo
To build EasyBullet into a model, use:
rojo build -o "EasyBullet.rbxmx" build.project.json
To serve EasyBullet into your game, use:
rojo serve