Hello, back at it again with another problem
I want to tell other players whether im running or walking or standing still and make other players see the appropiate animation for this,
but I dont fully understand how I would go about doing it. I have tried like 5 different methods
Destroying the Animation GO on the local client and still having it on other players client and assigning the players speed too the animator but that doesnt seem to work,
Im really confsed and just dont understand how I would og about doing this
does scripts and gameobjects that doesnt belong too other players be disabled or destroyed?
or simply just put a if(!tno.isMine) return; on them so that the code wont run on them?