# Assets and Kits

- [Conveyor Belt Push](https://wiki.thescriptersguild.com/community/content/assets-and-kits/conveyor-belt-push.md): Methods for creating conveyor belt movement that interacts with players and physics objects.
- [tsg botsDriveVehicles](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-botsdrivevehicles.md)
- [tsg grantVehicleWeapon](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-grantvehicleweapon.md): A script module that assigns custom weapons to vehicles, including automatic turret assignment for Warthogs and Rockethogs.
- [tsg haloRing](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-haloring.md)
- [tsg onVehicleHonk](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-onvehiclehonk.md): A script module for detecting vehicle honks or firing actions without causing unintended weapon side effects.
- [TSG Tornado](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-tornado.md): A plug-and-play script for Halo Infinite that creates a tornado effect by pulling, spinning, and lifting objects within an area monitor.
- [tsg unarmedFists](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-unarmedfists.md)
- [All Placeable Objects Gallery](https://wiki.thescriptersguild.com/community/content/assets-and-kits/all-placeable-objects-gallery.md)
- [tsg hackSwitch](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-hackswitch.md): Documentation about the features and usage of the tsg hackSwitch prefab variants.
- [tsg lootCaves](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-lootcaves.md): Documentation about the features and usage of the tsg lootCaves prefab.


---

# 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://wiki.thescriptersguild.com/community/content/assets-and-kits.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.
