Skip to main content

Hands

This is the Hands effect, you can use it to simulate the casting 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 Hands effect, and call the function.

local params = {
dict = "core",
particle = "ent_amb_fbi_fire_lg",
size = 0.3,
duration = 2000,
left = true,
right = true,
rgb = nil,
alpha = 0.5
}

Leave nil in the first param to cast on yourself

PZFX.Effects.Hands(nil, params)