Basically I want the player to not hear the sound of his footsteps, but hear the sound of all the other players connected to the game.
How do I do this?
Just do If(isLocal) Or whatever “is the player local?” check you get with your networking package , in Photon its “isMine” and so just do “If(IsMine) GetComponent().enabled = false” in start