Skip to main content

Aura Power

This is the Aura effect, you can concatenate multiple effects and have fun. I created the super sayan effect!

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 auraPower effect, and call the function.

local params = {
dict = "wpn_flare",
particle = "proj_heist_flare_trail",
size = 8.0,
duration = nil,
rgb = { r = 0.2, g = 0.7, b = 9.0 },
alpha = 0.1,
}

Leave nil in the first param to cast on yourself

PZFX.Effects.AuraPower(nil, params)