Replicated Anim Notifies Problem

I have a problem with using anim notifys in replicated montages, the problem is because I am calling the montage in a multicast event, the notify is being called for every player but I would only like the notify to be called on the player who is playing the montage. Is there anything I am missing?

help meeeeeee

In your Blueprint for responding to the anim notify, you can use Is Locally Controlled to make it so you only execute the response for the owning client.

1 Like

I’m also having this issue, my solution is executing anything I want to execute after anim notify, execute right after the “Play Montage” and multicast it the event. In my case is spawn actor, not sure whether playing vfx will work or not.