Installation
WARNING: Pract does not yet have a stable release for use production projects! Unit tests still need to be written, and the API fully documented.
Before you begin, you should install the Pract library into your Roblox project. You can install Pract using one of the following methods:
Method 1: Inserting Pract directly into your place
- Download the latest rbxm release on Github
- Right click the object in the Roblox Studio Explorer that you want to insert Pract into (such as ReplicatedStorage) and select
Insert from File...
- Locate the rbxm file that you downloaded and click
Open
Method 2: Syncing via Rojo
- Install Rojo and initialize your game as a Rojo project if you have not already done so
- Download the latest Source Code release (zip file) on Github
- Extract the
Pract
folder from the repository into a location of your choosing within your Rojo project’s source folder (e.g.src/shared
) - Sync your project using Rojo