Skip to main content

Installation

ChainLink is available for Rojo-based and Studio workflows.

  1. Ensure you have Wally installed
  2. Add ChainLink to your wally.toml file:
ChainLink = "hex-interactive/chainlink@0.2.1"
  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

  1. Navigate to the latest release page
  2. Download the attached file, ChainLink.rbxm
  3. 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.