Hi!
Is it possible to change scene only for two players only in a multiplayer game?
I am doing a multiplayer game and I want to do an exchange mechanic. I want that when a player click on antoher player, the two players go to an other scene where they can exchange items. I don’t know how can I do it.
Now I am new, but I think I may can help.
On scene event add condition where if Player 1 is clicked OR if Player 2 is clicked
Make an action to go to a scene of your choice then have a button on top of that scene that says return that ends that trade scene and resumes last scene where you left off 
If need example let me know!