Skip to main content

Installation

Wally

Add the Roblox package to your wally.toml dependencies:

VoidSentryUltimate = "elentium/voidsentryultimate@1.0.0"

For a pure Luau project, use the separate package:

LuauVS = "elentium/voidsentryultimateluau@1.0.0"

Install dependencies:

wally install

Require the generated package from the location mapped by your Rojo project:

local Packages = game:GetService("ReplicatedStorage").Packages
local VoidSentryUltimate = require(Packages.VoidSentryUltimate)

Pesde

Install the Roblox package:

pesde add elentium/voidsentryultimate

For a pure Luau project, install the Luau package:

pesde add elentium/voidsentryultimateluau

Require the package through the path generated by your Pesde setup:

local VoidSentryUltimate = require(path.to.VoidSentryUltimate)

npm

Install the npm package:

npm add @elentium/voidsentryultimate

Use your npm package import path as usual. The npm package targets the Roblox build.

For roblox-ts, add @elentium to your project's typeRoots and map node_modules/@elentium in your Rojo project tree.

Creator Store

Get the model from the Creator Store:

https://create.roblox.com/store/asset/98529222224861

RBXM

Install roblox/VoidSentryUltimate.rbxm from this repository and insert it in Studio.