Roblox Wiki
Advertisement
Roblox Wiki
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

Sparkles is a particle class used for creating sparkle effects. This class must be parented to a part, much like other particle effects on Roblox. It was released on April 2, 2008, alongside email verification and ClickDetector light iconClickDetector dark iconClickDetectors.[1] However, the color of sparkles were locked to a purple color until August 30, 2008.[2]

Properties

Color: Color3

  • HiddenThis property is not shown in the object browser and properties window.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:Sparkles/Color.
  • Category: Data.
  • Serialization: can load only.
  • Thread safety: read safe

Enabled: bool

This class member is missing documentation. Create or add to its subpage at Class:Sparkles/Enabled.
  • Category: Data.
  • Serialization: can save and load.
  • Thread safety: read safe

SparkleColor: Color3

This class member is missing documentation. Create or add to its subpage at Class:Sparkles/SparkleColor.
  • Category: Data.
  • Serialization: can save and load.
  • Thread safety: read safe

TimeScale: float

This class member is missing documentation. Create or add to its subpage at Class:Sparkles/TimeScale.
  • Category: Data.
  • Serialization: can save and load.
  • Thread safety: read safe

Methods

FastForward(numFrames: int): null

Parameters
NameType
numFramesint
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Trivia[]

This section is a trivia section. Please relocate any relevant information into other sections of the article.

Gallery[]

External links[]

References[]

  1. Shedletsky, John (2008, April 2). "Verified Sparkle Places – Fantastic Release". From Roblox Blog. Accessed February 15, 2023. Archived from the original on October 20, 2019.
  2. reesemcblox (2008, August 30). "Recent Updates to ROBLOX". From Roblox Blog. Archived from the original on November 9, 2023.
Advertisement