Hi, How to prevent player to modify scene? For example player can add a new camera and use it or player can change day night settings or player can add a light source. We can't check all of this from server side for all players. I am using three.js. Is there another framework to prevent player to modify scene? Thanks,