---
title: "aesthetic"
---

> Documentation Index
> Fetch the complete documentation index at: https://aesthetic-docs.pages.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# aesthetic

Script utilities.

| Function | What it does |
|----------|--------------|
| `aesthetic.log(msg)` | Writes a line to the game log, prefixed with the script's name |
| `aesthetic.script` | File name of the current script |

## Standard libraries

Available: `math`, `string`, `table`, `bit32`, `coroutine`, `os`, `io`, and `require`
(see [Getting Started](/getting-started)).

`require` resolves relative to the scripts folder. `io` paths resolve relative to the
game directory.

Source: https://aesthetic-docs.pages.dev/aesthetic/index.md
