Montages wont play for clients

Trying to get my montages to work in multiplayer. Currently the clients can only see the servers montages, but the clients can’t see each others attack montages, but clients cans see their own attack montage. Hope someone can help. Attached blueprint.

Looks like you want the input event to call SRV_Attack1

And there’s no need to use the “switch has authority” node in SRV_Attack1. It’s already guaranteed to be executed on the server only. Also, the stop attack part isn’t all there so I have no idea how that will work out.

its there i just placed the crouched in view sight instead

If you mean the stop attack, I’m sure it exists but it isn’t visible to me so I can’t know that it will all work together. The important thing is to call SRV_Attack1 from the input event. That should get the montage running on the server and all the clients.

Yep wasnt calling SRV_Attack1 face palm