Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ParticleEmitterShapeInOut

Controls the direction particles travel when emitted from a shaped ParticleEmitter.

Items 3

HistoryNameValueDescription
498Outward0

Particles emit directed outward away from the emitter shape surface.

498Inward1

Particles emit directed inward toward the center of the emitter shape.

498InAndOut2

Particles emit in both outward and inward directions from the emitter shape surface, chosen randomly per particle.

Description

Controls whether particles emitted from a ParticleEmitter travel outward from, inward toward, or in both directions relative to the emitter shape surface. Used with the ParticleEmitter.ShapeInOut property, which defaults to ParticleEmitterShapeInOut.Outward.

History 4

Settings