> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to add custom audio and images to effects

> Add your own music or images to drug effects by dropping files in the right folder.

<Tip>
  Want to add your own music or images to drug effects? Just drop files in the right folder.
</Tip>

The script automatically scans the asset folders and shows all valid files in the effect editor dropdown. No code changes needed.

## Adding custom audio files

<Steps>
  <Step title="Navigate to the audio folder">
    Open your server files and navigate to `drugs_creator/html/assets/audio/`.
  </Step>

  <Step title="Add your files">
    Place your audio files in this folder.
  </Step>

  <Step title="Restart">
    Restart the script or the server.
  </Step>
</Steps>

That's it! The new audio files will now appear in the **Music** effect dropdown when editing drug effects.

### Supported audio formats

`mp3`, `ogg`, `wav`, `flac`, `aac`, `m4a`

## Adding custom images

<Steps>
  <Step title="Navigate to the images folder">
    Open your server files and navigate to `drugs_creator/html/assets/img/`.
  </Step>

  <Step title="Add your files">
    Place your image files in this folder.
  </Step>

  <Step title="Restart">
    Restart the script or the server.
  </Step>
</Steps>

The new images will appear in the **Trip Screen Image** and **3D World Image** effect dropdowns.

### Supported image formats

`jpg`, `jpeg`, `png`, `gif`, `webp`

## Important notes

* File names are used directly as labels in the dropdown, so use descriptive names (e.g. `space_trip.jpg` instead of `img1.jpg`)
* If you add files while the server is running, restart the script for changes to appear
* Keep file sizes reasonable — large images or audio files can affect loading times for players


## Related topics

- [How to](/jaksam-inventory/how-to-update.md)
- [Drugs Creator](/drugs-creator/home.md)
- [How to use images for items](/shops-creator/how-to-use-images-for-items.md)
- [How to use custom sprites](/blips-creator/how-to-use-custom-sprites.md)
- [Manually start drugs effects](/drugs-creator/client/manually-start-drugs-effects.md)
