Anim Montage replication for AI Behaviour Tree Tasks

I’m executing a custom task in my Behaviour Tree, I play it and subscribe to listen for Notifies. This all works perfectly in the server, but the clients can’t see the montage animations.

I assume this happens due to everything AI only running on the server side.

I’ve tried calling RPCs and all, but my client seems completely oblivious to everything.

Is there a correct way of doing this? Am I just not meant to execute montages on Tasks?

Multicast the play montage.

MC Montage event → Play montage()…

On server call the MC montage event.


If you have server only actions for the notifies just drop in a branch to split what proxy does what.