Skip to content
On this page

documentData (extends: table)

A Table which is used to represent data within a Document.

Schema

The Schema of documentData is:

lua
{
    ["key"] = "value"
}

Example

Here is an example of a documentData:

lua
{
    ["name"] = "Marcii",
    ["age"] = 18,
    ["friends"] = {
        "FΓΆxyπŸ–€#1244",
        "quchn#6113",
        "IFGuyZ#8924",
        "stranger15#0001",
        "hallo1142#0001",
        "WolfVisuals#6682",
        "Lukee#2053",
        "𝓝π“ͺ𝓽𝓱π“ͺ𝓷_𝓫3π“·π“½πŸ•Ί#5071",
        "FloGamerMC#1253"
    }
}