Skip to content

Outfit Item Generator

Create wearable clothing and armor that changes the player's model and adds protection.


Overview

Use this tool to generate the Lua structure for your custom outfit. Once generated, the code should be placed in a new file within your schema's items directory.

Recommended Placement:

garrysmod/gamemodes/[schema folder]/schema/items/[item_id].lua

Unique identifier for this item (no spaces, lowercase)
3D model path displayed in the inventory
Inventory slot width
Inventory slot height
The player model that is applied when this outfit is worn
Additional armor given to the player
1.0 = normal speed, 0.5 = half speed

Generated Code