How do I add custom events in verse creative devices?

You’re missing the right-hand side:

MyCustomEvent<public> : event() = event(){}

Once you’ve added the above, you’ll be able to signal the event using

MyCustomEvent.Signal()
2 Likes