Appearance
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"
}
}