How to instantiate and replicate prefabs just for a expecific group of players?

Options
So, I'm doing a game lobby and I want to instatiate a player information box inside my lobby when someone joins. This way, by switching teams, everyone inside that lobby could see and replicate their team switch (transform)... But i didn't want to instantiate those objects on all players. How can I pick like a connection or a player id to instantiate that?

I'm doing this by hand because I didn't found that already made Bolt Matchmaking UI. If someone has it I would really be thankfull!!

Comments