2 players or + ( so 2 camera or + ) on same map 3D, ennemies with sprite 2D, question related to billboard

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By KKIILLOOUU

Hi, i’m working on sprite’s side of my game, i would like to create a multiplayer game.
So if there is one player on the map, sprite’s monster will look at the camera but if there are 2 player or more, billboard mode (sprite monster) will bug?
Or the monster sprite will look at the player1’s camera and at the same time look the player’s 2 camera?
I’m thinking about solution like one sprite for one player, and keep invisible other sprite wich are show to other player

thx