2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Singularity ](./bitburner.singularity.md ) > [softReset ](./bitburner.singularity.softreset.md )
## Singularity.softReset() method
Soft reset the game.
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
softReset(cbScript: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| cbScript | string | This is a script that will automatically be run after Augmentations are installed (after the reset). This script will be run with no arguments and 1 thread. It must be located on your home computer. |
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
void
## Remarks
RAM cost: 5 GB \* 16/4/1
This function will perform a reset even if you don’ t have any augmentation installed.