-- Store the effect attached to the GameObject local _Effect = vci.assets.GetEffekseerEmitter("EffectItem") -- Print the name of the effect to play print("Play the effect: ".._Effect.EffectName) -- Start playing the effect _Effect._ALL_Play()