Forest Logo
search
package_2

forge-vfx

By @zilibobi

Roblox

Mirrored

[image: Banner]

View Documentation Join Discord

Emit Module

The is the official repository for the emit module provided by the VFX Forge Roblox plugin.

License

The emit module is licensed under a custom source-available copyleft license which only allows usage within Roblox games. That said, feel free to contribute and report bugs.

Installation

Wally (Luau)

ForgeVFX = "zilibobi/forge-vfx@2.4.0"

npm (TypeScript)

npm i @zilibobi/forge-vfx

Manual

Check the releases page for prebuilt .rbxm files.

Usage

The module needs to be initialized before emitting any effects. After that it is also exposed inside shared.vfx.

local ReplicatedStorage = game:GetService("ReplicatedStorage")

local vfx = require(ReplicatedStorage.ForgeVFX)

vfx.init()
vfx.emit(workspace.Effect)

Package Details

Install command (Click to copy)


Version

2.4.0

License

SEE LICENSE IN LICENSE

warning

Usable with conditions

infoMust use the same license for derivative works (copyleft)

infoCannot use in plugins or tools outside of Roblox games

infoMust include license text with distributions

infoCommercial use is allowed only within specified contexts

infoCustom license terms, automatically reviewed — read the packaged LICENSE file before shipping this in a game.

Automated license review — not legal advice.