Multiplayer without seeing and interact with other ones (Solved)

Hi! Is there a way to have multiple players in the same room without having any interaction between them as well as not being able to see the other players. One simple solution would be to simply add the maxClient=1 but I was wondering if there was some cleaner way to achieve that.

Thanks!

hi @Rangerz132 , by doing that you will actually have 1 client per room, so you won't see other clients neither on the server side if at any point you need to know the general picture, also it will create an entire room instance, that could mean depending your game-logic an overload of recurring data, maybe you can use a filter?
https://docs.colyseus.io/colyseus/state/schema/#filtering-data-per-client