How would I make it so I could send a notification to everyone in the room
i believe you can configure the player show subtitle and turn it to everyone
1 Like
Create an Event Definition
, rename it to something like Show Local Notification
. Add a string input for the text you want to send
When you send this event using an Event Sender
, the string input will be the string the local player sees
When this event is received, show the string to the local player using Show Player Notification
Now, if you send this event to Local
, only the local player will see it. To show it to everyone, send the event to All