How to send message to a specific player from a custom event that only executes on server?

well what you can do is to call your event from the player controller and pass a reference on your custome event, so when it runs on server, you can trigger a fuction in your player controler using this reference.
hope it’s clear enought and that it helps

1 Like