# Bugs

- [0.7 Degree Rotation Bug](https://wiki.thescriptersguild.com/knowledge/forge/bugs/0.7-degree-rotation-bug.md)
- [Incorrect Object Visual Model Scaling Bug](https://wiki.thescriptersguild.com/knowledge/forge/bugs/incorrect-object-visual-model-scaling-bug.md)
- [Static Universal Blockers Have Inconsistent Collision With Gamemode Objects](https://wiki.thescriptersguild.com/knowledge/forge/bugs/static-universal-blockers-have-inconsistent-collision-with-gamemode-objects.md)
- [Interaction With Small Objects That Have a Complex Collision Mesh Causes Performance Loss](https://wiki.thescriptersguild.com/knowledge/forge/bugs/interaction-with-small-objects-that-have-a-complex-collision-mesh-causes-performance-loss.md)
- [Broken Precision Movement](https://wiki.thescriptersguild.com/knowledge/forge/bugs/broken-precision-movement.md)
- [Welded Prefab Bugs](https://wiki.thescriptersguild.com/knowledge/forge/bugs/welded-prefab-bugs.md): Bugs surrounding the use of Welded Prefabs


---

# 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.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.
