I'm using the script below to make players spectate the winner of a minigame at the end of each round. The problem is that the spectators are able to respawn by clicking - how can I prevent the spectators from respawning?
%member.player.delete();
%member.camera.setOrbitMode(%winner.player, %winner.player.getTransform(), 0.5, 10, 10, false);
%member.setControlObject(%member.camera);