Skip to content

Attribute Generator

Quickly create custom character attributes like Strength, Endurance, or Intelligence.


Overview

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

Recommended Placement:

garrysmod/gamemodes/[schema folder]/schema/attributes/[attribute_name].lua

The highest value this attribute can reach
The maximum value available at character creation (leave empty for no limit)
Disable automatic attribute points at character creation

Generated Code