Server can't see animation but client can

Client Input → Set local EState → Call Server
Srv → Get inventory Item → Set EState → MC Sim (estate value)
MC Sim → Branch (Is Sim)[true → Set EState

That’s the most straight forward

More efficient and correct way would be for the EState to be repNotify and server just set that. No need for Multicast.

1 Like