#events

1 messages · Page 1 of 1 (latest)

languid sail
#

Sooo I just made an event in RecRoom Studios and made some events that are not synced like the unity’s particle’s system or just an event that causes SetActive bool. Some discord server told me to use event receivers, senders and definitions but I said how exactly to send from rec room event to a rec room studio object.

languid sail
#

No one?

#

Hello?

languid sail
#

@prisma river

prisma river
#

You create an event definition to start your particle system. No need to add properties to it.

Then you add an event sender set to send to all. When you want to enable the particle system, you execute that event sender.

Finally you add an event receiver, you connect the output execution port to your Studio function that starts the particle system.

#

I hope that makes sense? I'm on lunch break at work so I cannot give a really more detailed answer than this.