Hi, I have two pair of hands that are supposed to interchange during an action (one becomes visible, the other invisible). It works well as standalone but doesn’t replicate correctly. This is how I set it up. Do you know what’s wrong? The replicated actions run on server.
Hi. I think you need to create a Client-side event (if you want to change hands only on owning client) or Multicast event (if you want to change hands on server and all clients), put hands switching logic on this new event and call it from your server events.