Changing other players avatar? #60
Replies: 2 comments 2 replies
-
You should be able to use the API function: |
Beta Was this translation helpful? Give feedback.
-
I've just created a simple test and it worked correctly, here it is: room.onPlayerJoin = (playerObj, customData) => {
room.setPlayerAvatar(playerObj.V, "XY", false);
}; Maybe you are using an outdated version. I hope that I'm updating npm version this weekend or next week, in case you have to use the npm package. |
Beta Was this translation helpful? Give feedback.
-
How to do so? On the official api this is achieved with room.setPlayerAvatar({avatar} , {playerId})
Beta Was this translation helpful? Give feedback.
All reactions