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

Ok finally got it working. The server event that needs to send message to client was in player character blueprint so I had to pass a player controller reference into the event and call the player controller’s message received function.
Thank you!