object moves not synchronous

First issue in your code is you aren’t limiting it to the autonomous proxy. What’s happening is The autonomous and the sim is moving the actor.

Autonomous Proxy : move Location + 2,000 Y
Simulated Proxy: move Location + 2,000 Y

Your multicast needs control logic.
MC: Is Locally Controlled (Branch) [true] → MOVE

1 Like