Version: 3.0.9

Install for Luau

Depending on your stack for Roblox, you might want to either use the Rojo step or the Studio step. If you don't know what Rojo is, use the Studio step.

Via Rojo#

The following steps require knowledge and use of rojo. If you're not using rojo, look at studio instructions.

Install via Wally (Recommended)#

First, if you haven't already - Install Wally.

Then, in your wally.toml file for your project, put under dependencies:

# ...
[dependencies]
# ...
Net = "vorlias/net@3.0.1"

Then run

wally install

Via Studio#

RBXMX model file#

Releases can be found here. Download the appropriate .rbxmx file under the Assets dropdown, then drag it into studio. Ensure the library is under ReplicatedStorage so it can be used by all your code.