Skip to main content

Aura Circle

This is the circular aura effect, you can use it to create barriers, fire cages and more.

Click on the image to watch the video

Watch the video

How to use

Take the test.lua file as a reference, create a configuration for the aura effect, and call the function.

local params = {
dict = "wpn_flare",
particle = "proj_heist_flare_trail",
size = 0.1,
duration = 3000,
rgb = { r = 0.2, g = 0.7, b = 9.0 },
alpha = 0.1,
numParticelle = 200,
raggio = 1.05
}

Leave nil in the first param to cast on yourself

PZFX.Effects.Aura(nil, params)