> For the complete documentation index, see [llms.txt](https://scriptforge.gitbook.io/d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scriptforge.gitbook.io/d/crypto-money-washer/extras/utility.md).

# Utility

## Vector 4

By using the command /vector4, the script is going to copy your player actual coordinate and street name with a ready to go format to be added to the script.\
\
Format example:

```lua
{ x = 892.37, y = -2173.97, z = 32.29, d = 176.47 }, -- Orchardville Avenue

```

## Vector 3

By using the command /vector3, the script is going to copy your player actual coordinate with a ready to go format to be added to the script.\
\
Format example:

```lua
{ x = 892.37, y = -2173.97, z = 32.29 }, -- Orchardville Avenue
```
