> For the complete documentation index, see [llms.txt](https://wiki.thescriptersguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thescriptersguild.com/community/content/assets-and-kits/tsg-tornado.md).

# TSG Tornado

<figure><img src="/files/kFsqDSFNa3XnlNitRwNU" alt="Cover image"><figcaption></figcaption></figure>

TSG Tornado is a plug-and-play script designed for easy integration into any Halo Infinite map. It creates a vortex-like effect that influences the movement and rotation of objects within its area monitor.

## Core Components

The script's functionality is driven by three primary mechanical components that determine how entities within the tornado's influence behave:

* **Pull**: Defines the strength with which objects are drawn toward the center of the tornado.
* **Spin**: Controls the amount of rotational force applied to objects.
* **Lift**: Dictates the height to which objects are elevated while inside the effect.

### Mechanical Details

The behavior of these three components can be adjusted by modifying the scalar values of the `Scale Vector` nodes within the script.

{% hint style="success" %}
The script is designed to be "plug-and-play," allowing it to be added to existing maps with minimal setup.
{% endhint %}

## Customization and Implementation

To change the intensity or characteristics of the tornado, users can interact with the `Scale Vector` nodes to scale the pull, spin, and lift values.

<figure><img src="/files/9rRbKc7JIQZ8NOwHdAqd" alt="TSG Tornado source image"><figcaption><p>Source image from the original research thread.</p></figcaption></figure>

### Visual Features

The script includes lightning flashes as a visual addition to the tornado effect.

## Observed Behavior

In testing environments, such as Operation Eden, the script has demonstrated the ability to affect various entities, including vehicles and AI.

* **AI Interaction**: AI entities have been observed to remain active while caught in the effect; for example, a Ghost may continue to fire its weapon while being spun by the tornado.
* **Entity Influence**: The script is capable of causing vehicles and AI to spin around the center of the tornado's area monitor.

***

## Source Data

* Discord thread: [TSG Tornado](https://discord.com/channels/220766496635224065/1493713249139691651/1493713249139691651)

#### <mark style="color:green;">Contributors</mark>

swagonflyyyy


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/tsg-tornado.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.
