# Block Spawn Delay

Specify the amount of time, in seconds, to wait before spawning a block. You can set it to values such as `1` or `0.1`, etc. if you put negative number it will be set to `0.1`

```javascript
config.delay = 0.5
```

### Example

Changing to spawn block after 1 second

```javascript
config.delay = 1
```

Changing to spawn block after 0.75 second

```javascript
config.delay = 0.75
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hirzigamingyt.gitbook.io/configuration/block-spawn-delay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
