I need help. How to call a Visual Effect Powerup Device in my Verse code to a specific player?

Yes. Create a second powerup device with the same exclusivity index and an empty custom effect, turn on the “Disables effect on pickup” option, and use .Pickup(Agent) on this device to turn off the original.

1 Like