Switching scenes in a multiplayer game

Hi im coding a multiplayer fall-guy-like game and whenever I switch scenes for one player it switches for all players

How would I fix this

Hi @Caljs_28,

You should check your multiplayer code and handle the communication of the scene change event to be fired/listened only by the player in question.

Well i change it in playcanvas and not through the server code

Heres a link to my game Game
Open two tabs and put them side by side.
walk into the green cube on one tab and the scene changes for both tabs