1. Hey!
    I'm supper new to creating plugins for Rust, Just trying force the uiscale with "player.Command("graphics.uiscale 1");" and of cause its not working, Is it something to do with the "graphics."?
     
  2. Wulf

    Wulf Community Admin

    You can’t change most things from the server on a client.
     
  3. Does "player.Command" not force the client to activate a specific (F1) console command (for example "player.Command("kill");" makes the player commit suicide)?
     
  4. It does, however there is a whitelist of certain commands that are allowed. Anything not on that list is blocked if the server tries to run it.