[FREE] Leon ZoneCreator
Note:
This is my first public script...
Any feedback, suggestions, improvements, or concerns are more than welcome — please feel free to reach out via my Discord 😊
😊 Paid full version (Open Source):
The paid full version is available for purchase here: Click here
Zone Creator is a lightweight in-game tool for developers that allows you to visually create zones directly inside the FiveM world.
Despite its name, this is not a runtime zone system.
The script does not manage or enforce zones during gameplay. Its main purpose is to design zones, copy their coordinates, and use them in your own external scripts, exactly where you need them.
In short: a visual zone editor for developers, not a gameplay dependency!🎯 Why use it?
Manually typing coordinates or adjusting zones by trial and error is slow and inaccurate.
Zone Creator lets you:
- See the zone directly in-game
- Instantly adjust shape and height
- Precisely fine-tune boundaries
- Export the result straight into code
Perfect for:
- Job zones
- Interaction areas
- Safe / restricted zones
- Any script that works with spatial areas
- Polygon (Poly) – free-form shapes
- Box – fast rectangular zones
- Circle – circular zones with configurable segments
- Live wall preview (minZ / maxZ)
- Double-sided walls for proper depth perception
- Hover & drag points in edit mode
- Insert points between existing ones
- Clear HUD showing current zone state
- Snap to ground
- Grid snapping
- Adjustable thickness
- Fine minZ / maxZ control
- Raycast-based point placement
- Create → adjust → export → paste into your script
- No framework dependency
- No runtime logic
- No performance impact on live servers
Each zone can be exported as:
- ox_lib (Lua)
- PolyZone (Lua)
- JSON
You simply copy the output and use it in your own external scripts.
🖥️ UI- Compact HUD during drawing
- Clear controls with key highlighting
- Editor panel with zone history
- Duplicate, rename, delete zones
- Modern NUI without unnecessary scrolling
- 🌐 CZ & EN default langs
- 🌐 Easily extendable locale system
- Standalone
- No ESX / QBCore required
- Uses modern FiveM natives
- Built primarily for developers
- Safe to use on live servers (editor runs only when opened)
Leon Scripts – Zone Creator is not a zone system, but a development tool.
Workflow:
design a zone → copy the data → use it wherever you want
If you build scripts that rely on zones, this tool will save you hours of work and frustration.