Create an event based on the weapon you're carrying.

Hello, I’m trying to create an invisible PVP box to learn how to do various things and ultimately create a game entirely of my own.

The issue is that I can’t find anywhere how to make them invisible when the card is equipped. I’ve looked and searched everywhere, but found nothing.
If you don’t want to tell me how to do it completely, at least help me with the devices I need, and I’ll try to figure out the rest.

I hope you can assist me. Greetings and thanks.

A conditional button device can be used to check if an agent is holding an item (whatever item(s) you place within the button). From there using verse you’d then apply the invisibility and just check occasionally to see if they are still equipping the item.

Thanks for the help, I will look at information to learn verse and be able to create more spectacular games.

Hide player when holding a specific item | Uefn Code Snippet There’s a snippet available that seems to bill, you’d have to set the devices up though, or change it to fit your existing methods

Ohh, thank you very much, I’ll look into it.