Photon Multiplayer Animations

Hi everyone,

I’m currently working on a online FPS game. I have the basic multiplayer aspects working (players moving, spawning items), however I’m having trouble getting characters to animate.

I’ve setup a animation of the player prefab crouching, and it seems to work. But when I have another player in-game, and crouch they both crouch.

Any help on how I can make it so only the player crouching, crouches… and other players can see them crouch would be awesome :slight_smile:

Thanks in advance.

Sorry to be a pain guys, But I really need some help on this.

Thanks

Hey there, Im litle too late but maby there is someone else out there who are wondering the same. All scripts that controls your character like the crouch script, movement script and mouse look needs to be turned off at the start, and then activate the scripts by a seperated script when the player gets spawned into the world.