A simple module for roblox VFX
Download the latest release of the module in the releases tab.
Module's functions:
module:circleExplosion(pos : Vector3, size : Number)
Ideal for making circle explosions
module:tallExplosion(pos : Vector3, size : Number)
Ideal for making tall circle explosions
module:sphericalExplosion(pos : Vector3, size : Number)
Ideal for making spherical explosions
module:blockExplosion(pos : Vector3, size : Number)
Ideal for making cubical explosions.
module:stockExplosion(explosionName : stockExplosionName, pos : Vector3, size : Number)
Ideal for making stock explosions mentioned below.
Module's properties
module.Color = Color3
Sets the color that the parts use, by default it is blue
Used by module:stockExplosions(explosionName, pos, size)
Bust
Pillar
LargeThump
void module:circleExplosion(pos : Vector3, size : Number)
void module:tallExplosion(pos : Vector3, size : Number)
void module:sphericalExplosion(pos : Vector3, size : Number)
void module:blockExplosion(pos : Vector3, size : Number)
void module:stockExplosion(explosionName, pos, size)
Color3 module.Color
Roblox VFX is available under the terms of the MIT License. See LICENSE for details.