# Welded Prefab Bugs

Although welds can be used as useful gameplay elements, there are a ton of bugs surrounding them, which makes working with welded prefabs extremely annoying, sometimes to the point of having to scrap the idea that would have worked if there weren't some obscure issues happening to them.

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

## List of Known Bugs

Here are some of the bugs discovered by the Forge community:

* Welding and Unwelding a prefab repeatedly can corrupt the map
* Unwelding is likely to move and rotate every part of the prefab a small random amount
* Moving a weld into a solid object will at best cause bad performance drops and at worst crash the server
* Welded prefabs are affected by the [0.7 Degree Rotation Bug](/knowledge/forge/bugs/0.7-degree-rotation-bug.md)
* Any script to move a Phased/Fixed weld will only move the parent object; only welded prefabs where all objects are set to Normal physics can be moved as a group via scripting
* Even slowly moving a weld can apply damage and physics impulse to objects that interact with it
* Welded prefabs cannot be spawned/despawned via scripting
* Welded prefabs cannot be cloned via scripting

## Examples of Weld Bugs

<div><figure><img src="/files/2B3DhueuSJMYweaucQNO" alt="" width="509"><figcaption><p>A Warthog with UNSC Cover pieces welded to it that act as armor</p></figcaption></figure> <figure><img src="/files/HDWmolWMH2INPjraxNb2" alt="" width="555"><figcaption><p>Welded child objects rotated wrong due to a bug</p></figcaption></figure> <figure><img src="/files/LdCaKAHyjUTbrLtUOLL2" alt="" width="563"><figcaption><p>Welded child objects rotated wrong due to a bug</p></figcaption></figure></div>

Some of these bugs are the reason why the central fan wheel on the Zanzibar remake [Kusini Bay](https://www.halowaypoint.com/halo-infinite/ugc/maps/4eb7a3ac-81f7-4faa-acd8-ce6bbba667af) can't be made to spin and not cause map-breaking issues.

<figure><img src="/files/dSs2hMEENkrsLPZ4UPjV" alt=""><figcaption><p>Central fan structure of Kusini Bay</p></figcaption></figure>

The creator has attempted to overcome the issue on multiple occasions, but with the current available Forge tool set, it's not possible to make work consistently and up to a matchmaking performance standard. A test map where the wheel spins has been published by the creator, which can be found here: [Zanzibar Fan Net Test 2](https://www.halowaypoint.com/halo-infinite/ugc/maps/dada0b39-0cbc-41ee-b361-17538398cfc2).

***

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

Yolomcswag\
Okom


---

# 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/knowledge/forge/bugs/welded-prefab-bugs.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.
