1. Hi guys. Who knows how to make the spectator mode in the third person? How this is done on a server Battle Royale.
     
  2. As I know, Rusts Spectate mode supports third-person.
     
  3. I am pretty sure its via the PlayerFlags, I did play with it a little before but haven't got an example to hand
    Code:
    player.SetPlayerFlag(BasePlayer.PlayerFlags.ThirdPersonViewmode, true);
     
  4. Strange ... The flag does not work if you are the admin, but if you're a player, is running.