Skip to content

Chimera Documentation

Welcome to the Chimera API documentation. This site documents the global functions and libraries Chimera exposes — what they do, the parameters they take, and how to use them.

This documentation is largely based on sUNC.



API reference

Browse the libraries on the left, or jump straight in:

  • Closuresnewcclosure, iscclosure, loadstring, and friends.
  • Debugdebug.getconstant, debug.getupvalue, etc.
  • Drawing — render objects and properties.
  • Encoding — base64, lz4 helpers.
  • Environment — global / sandbox introspection.
  • Filesystem — read/write/list/delete on the executor's sandbox.
  • Instances — instance introspection helpers.
  • Metatable — raw metatable access.
  • Miscellaneous — everything else.
  • Reflection — script and runtime reflection.
  • Scripts — script-level helpers.
  • Signalsfiresignal, getconnections, Connection.
  • WebSocket — WebSocket client API.