1. I read somewhere about a ent del command and then the path of the thing you wanna delete but I can't seem to find it anymore. Was curious as to what the command would be to delete all the of sedans off of the server.

    Thanks
     
  2. For starters you'll need to find the path of the item you want to remove. I typically run ent kill on said item and copy the output from console. For example, I want to remove every single spike trap I'd run the following command
    Code:
    del  assets/prefabs/deployable/floor spikes/spikes.floor.prefab
    
     
  3. Thank you very much