Skip to main content
Util scripts let you organize your code into small, focused modules that can be reused across multiple scripts. They’re ideal for math helpers, geometry utilities, color functions, or any logic that should be broken out into its own script.

Creating a Util Script

Create a new script and select Util as the type.
Usage:

Utils with Custom Types

Custom types defined in your Util scripts will automatically be accessible in the parent script.
Usage: