So I'm working on a multiplayer game, pretty much to learn about multiplayer plugin.
To put it simply, I have a synced block that, when I click it on the host, I want it to change it's animation frame on the host and on the peer's screen, but it only changes on the host. It also won't do anything if I change the animation instead of only the frame, I tested it. Maybe I'm doing something wrong?
I know the block is synced because if I change the it's position on the host, it also changes on the peer. Any ideas?
Thanks in advance!