> For the complete documentation index, see [llms.txt](https://docs.mosotoscripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosotoscripts.com/scripts/mst_seatbelt.md).

# Seatbelt

***

The script is designed to be highly intuitive and realistic. Players can fasten or unfasten their seatbelt with a simple key press, each action accompanied by authentic sound effects. One of the standout features is the fully visible seatbelt, displayed through a custom model and player animation, allowing everyone - including police officers - to instantly see whether someone is properly secured.

### Features

* **Seatbelt Toggle System -** Fasten or unfasten your seatbelt using a **keybind** (default **B key**) or the `/seatbelt` command for realistic seatbelt management.
* **Visual Seatbelt Props -** **3D seatbelt models** that are fully synchronized across all players, showing who is wearing a seatbelt in the vehicle.
* **HUD Indicator -** A clean interface indicator that displays when your seatbelt is **not fastened**, with configurable minimum speed threshold for visibility.
* **Realistic Sound System -** Immersive sounds when fastening/unfastening your seatbelt, plus an **alarm sound** that plays at high speeds when the seatbelt is unfastened.
* **Advanced Ejection System** - During collisions without a seatbelt, players can be **ejected from the vehicle** with realistic physics and death chances based on impact speed.
* **Impact Damage System -** Comprehensive collision damage mechanics - **without seatbelt: ejection and high damage**, **with seatbelt: reduced damage without ejection**, featuring three levels (low, medium, high) with configurable damage ranges.
* **Visual Effects After Collisions -** Immersive post-collision effects including **timecycle modifiers**, **camera shake**, **movement clipsets**, **blackout effects**, and **heartbeat sound** for severe impacts.
* **Multiplayer Synchronization -** Full synchronization across all players - **seatbelt props**, **seatbelt state**, and **sounds** are visible/audible to everyone in the vehicle.
* **And more in the configuration file!**

### Preview

{% embed url="<https://www.youtube.com/watch?v=hlDQ4hj5uxI>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mosotoscripts.com/scripts/mst_seatbelt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
