# LuaScript Interface

LuaScript Interface allows you to create and delete items, to find any player online, create new monsters, npc and many more.

In other words, it is your go-to friend if you want to communicate with TFS.

You can do almost anything in Lua, take the advantage and read through sections to get to know more about what you can do.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.otland.net/ots-guide/tfs-documentation/luascript-interface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
