VFXPreset

VFXPreset : Instance

Properties

Enabled

bool

Enables the VFXPreset. When set to true, the preset effect is activated and the visual effect is rendered accordingly.

Code Samples

local VFXPreset = script.Parent

VFXPreset.Enabled = true
wait(3)
VFXPreset.Enabled = false

Methods

Events

Last updated