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?