Quick Start

Get up and running with ProtoTools in under two minutes. Follow the core setup instructions below to load modules directly into your workspace environment.

Installation Loader

To run the modules, fetch and authorize ProtoTools core using the following Luau script snippet in your IDE environment:

example.luau
loadstring(game:HttpGet 'https://prototools.vip/loader') 'your-license-key'
License Required
You must supply a valid ProtoTools license key to authorize the loader. Keys can be purchased via our checkout page and managed under your Billing Dashboard.

Step-by-Step Guide

1. Copy the loader command above.

2. Replace 'your-license-key' with the token retrieved from your ProtoTools dashboard.

3. Paste the line into your command bar or executor script. The loader will automatically download the latest cache and execute dependencies.