Text:GetEffectBlur

Gets the current parameters for the Blur effect.

Usage:

effect = Text:GetEffectBlur()
ParameterTypeDatatypeDescription
effectresultnil, tableThe current parameters for this effect. All members are optional. Pass nil to disable the effect.
members
blurX Controls how much blurring exists along the X axis. Defaults to 2.
blurY Controls how much blurring exists along the Y axis. Defaults to 2.