Skip to Content
EffectsShockwave Ring

Shockwave Ring

An effect that emits a series of parts in a ring, raycasting downwards from a specified origin to find a surface to place them on.

Summary

Attributes

EmitDelay : number

The amount of seconds waited before the effect is emitted.

Radius : number

The radius of the ring.

Segments : number

The number of parts forming the ring.

Lifetime : NumberRange

The minimum and maximum lifetime of a segment.

MinSize : Vector3

The minimum size of a part.

MaxSize : Vector3

The maximum size of a part.

SizeScaleStart : Vector3

The scale factor applied to a part’s inital random size from which it animates to have exactly 1 scale on all axes.

SizeScaleEnd : Vector3

The scale factor applied to a parts’s size in an animation at the end of its lifetime.

Curves

Size

Controls the easing of all Size animations.

Transparency

Controls the easing of the Transparency animation at the end of the effect’s lifetime.

Attributes

EmitDelay

number

The amount of seconds waited before the effect is emitted.

Radius

number

The radius of the ring.

Segments

number

The number of parts forming the ring.

Lifetime

NumberRange

The minimum and maximum lifetime of a segment.

MinSize

Vector3

The minimum size of a part.

MaxSize

Vector3

The maximum size of a part.

SizeScaleStart

Vector3

The scale factor applied to a part’s inital random size from which it animates to have exactly 1 scale on all axes.

SizeScaleEnd

Vector3

The scale factor applied to a parts’s size in an animation at the end of its lifetime.

Curves

Size

Controls the easing of all Size animations.

Inputs

Duration

[0; inf]

The amount of seconds it takes to reach the End value.

Transparency

Controls the easing of the Transparency animation at the end of the effect’s lifetime.

Inputs

Start

[0; inf]

The starting value of the curve.

End

[0; inf]

The ending value of the curve.

Last updated on