-- Store the effect attached to the GameObject local _Effect = vci.assets.GetEffekseerEmitter("EffectItemLoop") function onUse() -- Play the effect once _Effect._ALL_PlayOneShot() end