Skip to content

InsertSoda/SparkParticles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SparkParticles Decal Fork

Fork of SparkParticles that uses decals instead of parts

Example:

local spark = SparkParticle()
local imageParticle = spark:NewSpark()

imageParticle.Configs = {
    Pivot = script.Parent,
    Lifetime = spark:RandomNumber(1,2),
    Gravity = spark:Vector3Sequence({Vector3.New(0, 0, 0), Vector3.New(1, 0, -1)}),
    ForceForward = spark:NumberSequence({4, 6}),
    AngularVelocity = spark:NumberSequence({0,2}),
    Size = spark:NumberSequence({4, 0}),
    SpawnInterval = 0.25,
    SpeedMultiplier = 2,
    Spread = Vector3.New(90, 90, 90),
    ImageID = 30061,
    ImageType = ImageType.Asset
}

imageParticle:Play()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages