I am working on MP and would like to separate player syncing based on their levels.
It is a click game, so if player is in level 1 and clicking on X object, this X object must sync only level1 players.
I tried approaches like changing room/instance for different levels of player, but nothing worked.
My problem is, it is syncing to all players irrespective of level.
Looking for help to sort out this.