Giving items to a player
// RAPI.GetLocalPlayer().Inventory.AddItem();
RAPI.GetLocalPlayer().Inventory.AddItem("Raw_Potato",1);Last updated
To give an item to a player you can use the AddItem method on the PlayerInventory class.
// RAPI.GetLocalPlayer().Inventory.AddItem();
RAPI.GetLocalPlayer().Inventory.AddItem("Raw_Potato",1);Last updated