# Glitch Spawn Objects

### 📽️ Showcase

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

👾 Github: <https://github.com/Gl1tchStudios/glitch-spawnobjects>

### ✨ Features

* **Persistent Objects**: Spawn objects that stay exactly where you put them, even after server restarts
* **Synchronised Spawning**: All players see the same objects in the same spots
* **Optimised for FiveM**: Runs smoothly without hogging your server's performance
* **Database Support**: Objects are saved to your database for true persistence
* **Admin Controls**: Manage spawned objects with built-in admin tools

### ⭐ Credits

A massive shoutout to the brilliant developers whose work made this resource possible! Your contributions to the FiveM community are absolutely legendary:

* [**gottfriedleibniz**](https://github.com/citizenfx/lua/blob/luaglm-dev/cfx/libs/scripts/examples/dataview.lua) for the DataView implementation that powers our object manipulation
* [**Andyyy7666**](https://github.com/overextended/ox_lib/pull/453) for the gizmo functionality enhancements in ox\_lib
* [**AvarianKnight**](https://forum.cfx.re/t/allow-drawgizmo-to-be-used-outside-of-fxdk/5091845/8?u=demi-automatic) for making DrawGizmo accessible outside of FXDK
* [**DemiAutomatic**](https://github.com/DemiAutomatic/object_gizmo) for the original object gizmo implementation
* [**DurtyFree**](https://github.com/DurtyFree/gta-v-data-dumps) for maintaining the comprehensive GTA V Data Dumps repository, providing the complete object list used in this resource

These legends have paved the way for better object manipulation tools in FiveM. Without their hard work and willingness to share their knowledge, this resource wouldn't exist.

### 📜 License

This project is licensed under the **GNU General Public License v3.0** - see the LICENSE file for details.

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

***

For support or inquiries, please join and open a ticket in our [Discord Server](https://discord.com/invite/PAQX8ANEfw).

***

Made with ❤️ by Glitch Studios


---

# 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://glitchstudios.gitbook.io/glitchstudios/free-resources/glitch-spawn-objects.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.
