Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ParticleEmitter

Member index 40

HistoryMember
553Acceleration: Vector3
553Brightness: float
553Color: ColorSequence
553Drag: float
553EmissionDirection: NormalId
553Enabled: bool
553FlipbookFramerate: NumberRange
553FlipbookIncompatible: string
553FlipbookLayout: ParticleFlipbookLayout
553FlipbookMode: ParticleFlipbookMode
553FlipbookStartRandom: bool
553Lifetime: NumberRange
553LightEmission: float
553LightInfluence: float
553LockedToPart: bool
553Orientation: ParticleOrientation
553Rate: float
553RotSpeed: NumberRange
553Rotation: NumberRange
553Shape: ParticleEmitterShape
553ShapeInOut: ParticleEmitterShapeInOut
553ShapePartial: float
553ShapeStyle: ParticleEmitterShapeStyle
553Size: NumberSequence
553Speed: NumberRange
553SpreadAngle: Vector2
553Squash: NumberSequence
553Texture: Content
553TimeScale: float
553Transparency: NumberSequence
553VelocityInheritance: float
553VelocitySpread: float
576WindAffectsDrag: bool
553ZOffset: float
573Clear(): null
573Emit(particleCount: int = 16): null
573FastForward(numFrames: int): null
inherited from Instance
553Archivable: bool
635Capabilities: SecurityCapabilities
553ClassName: string
553Name: string
553Parent: Instance
635Sandboxed: bool
616UniqueId: UniqueId
553className: string
576AddTag(tag: string): null
573ClearAllChildren(): null
462Clone(): Instance
573Destroy(): null
486FindFirstAncestor(name: string): Instance
486FindFirstAncestorOfClass(className: string): Instance
486FindFirstAncestorWhichIsA(className: string): Instance
486FindFirstChild(name: string, recursive: bool = false): Instance
486FindFirstChildOfClass(className: string): Instance
486FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance
486FindFirstDescendant(name: string): Instance
563GetActor(): Actor
486GetAttribute(attribute: string): Variant
462GetAttributeChangedSignal(attribute: string): RBXScriptSignal
631GetAttributes(): Dictionary
486GetChildren(): Objects
462GetDebugId(scopeLength: int = 4): string
486GetDescendants(): Array
486GetFullName(): string
462GetPropertyChangedSignal(property: string): RBXScriptSignal
576GetTags(): Array
576HasTag(tag: string): bool
486IsA(className: string): bool
486IsAncestorOf(descendant: Instance): bool
486IsDescendantOf(ancestor: Instance): bool
580IsPropertyModified(name: string): bool
573Remove(): null
576RemoveTag(tag: string): null
580ResetPropertyToDefault(name: string): null
573SetAttribute(attribute: string, value: Variant): null
462WaitForChild(childName: string, timeOut: double): Instance
553children(): Objects
553clone(): Instance
573destroy(): null
553findFirstChild(name: string, recursive: bool = false): Instance
553getChildren(): Objects
462isA(className: string): bool
553isDescendantOf(ancestor: Instance): bool
573remove(): null
462AncestryChanged(child: Instance, parent: Instance)
462AttributeChanged(attribute: string)
462Changed(property: string)
462ChildAdded(child: Instance)
462ChildRemoved(child: Instance)
462DescendantAdded(descendant: Instance)
462DescendantRemoving(descendant: Instance)
500Destroying()
553childAdded(child: Instance)

Removed member index 1

HistoryMember

History 141

Members 40

Acceleration

TypeDefault
Vector30, 0, 0

History 6

Brightness

TypeDefault
float1

History 2

Clear

Parameters (0)
No parameters.
Returns (1)
null

History 3

Color

TypeDefault
ColorSequence0 1 1 1 0 1 1 1 1 0

History 6

Drag

TypeDefault
float0

History 4

  • 553 Change Default of Drag from to 0
  • 486 Change ThreadSafety of Drag from ReadOnly to ReadSafe
  • 462 Change ThreadSafety of Drag from to ReadOnly
  • 209 Add Drag

EmissionDirection

TypeDefault
NormalIdTop

History 4

Emit

Parameters (1)Default
particleCountint16
Returns (1)
null

History 3

Enabled

TypeDefault
booltrue

History 6

FastForward

Parameters (1)
numFramesint
Returns (1)
null

History 2

FlipbookFramerate

TypeDefault
NumberRange1 1

History 2

FlipbookIncompatible

TypeDefault
stringParticle texture must be 1024 by 1024 to use flipbooks.

History 2

FlipbookLayout

TypeDefault
ParticleFlipbookLayoutNone

History 2

FlipbookMode

TypeDefault
ParticleFlipbookModeLoop

History 2

FlipbookStartRandom

TypeDefault
boolfalse

History 2

Lifetime

TypeDefault
NumberRange5 10

History 6

LightEmission

TypeDefault
float0

History 6

LightInfluence

TypeDefault
float0

History 4

LockedToPart

TypeDefault
boolfalse

History 4

Orientation

TypeDefault
ParticleOrientationFacingCamera

History 3

Rate

TypeDefault
float20

History 6

RotSpeed

TypeDefault
NumberRange0 0

History 6

Rotation

TypeDefault
NumberRange0 0

History 6

Shape

TypeDefault
ParticleEmitterShapeBox

History 2

ShapeInOut

TypeDefault
ParticleEmitterShapeInOutOutward

History 2

ShapePartial

TypeDefault
float1

History 2

ShapeStyle

TypeDefault
ParticleEmitterShapeStyleVolume

History 2

Size

TypeDefault
NumberSequence0 1 0 1 1 0

History 6

Speed

TypeDefault
NumberRange5 5

History 6

SpreadAngle

TypeDefault
Vector20, 0

History 4

Squash

TypeDefault
NumberSequence0 0 0 1 0 0

History 2

Texture

TypeDefault
Contentrbxasset://textures/particles/sparkles_main.dds

History 6

TimeScale

TypeDefault
float1

History 3

Transparency

TypeDefault
NumberSequence0 0 0 1 0 0

History 6

VelocityInheritance

TypeDefault
float0

History 4

VelocitySpread

TypeDefault
float0
This property is deprecated. It exists only for backward compatibility, and should not be used for new work. SpreadAngle should be used instead.
This property is not replicated. Its interface does not cross the network boundary.

History 8

Tags: [NotReplicated, Deprecated]

WindAffectsDrag

TypeDefault
boolfalse

History 1

ZOffset

TypeDefault
float0

History 6

Removed members 1

Settings