Add Money ========================== .. code-block:: csharp public void AddMoney(int amount) This method adds money to the player. .. code-block:: csharp // this example code can be runned from any script Player.LocalPlayer.AddMoney(500); // getting local player and adding 500 money to him