Installation
ChainLink is available for Rojo-based and Studio workflows.
With Wally (Recommended)
- Ensure you have Wally installed
- Add ChainLink to your
wally.toml
file:
ChainLink = "hex-interactive/chainlink@0.2.1"
- Run the command
wally install
to install your packages
If you're using ChainLink only on the server (the most common implementation), place it in [server-dependencies]
. Otherwise, place it in [dependencies]
.
From GitHub Releases
- Navigate to the latest release page
- Download the attached file,
ChainLink.rbxm
- Place the file into your project
If you're using ChainLink only on the server (the most common implementation), place it somewhere inside ServerScriptService
. Otherwise, place it somewhere inside ReplicatedStorage
.