shared.lua
Documentation for shared.lua Configuration
Categories configuration
Shared = {}
Shared.Words = {
["CategoryName"] = {
"Word1", "Word2", "Word3", -- Add more words as needed
},
["AnotherCategory"] = {
"WordA", "WordB", "WordC",
}
}Example configuration
Shared.Words = {
["Animals"] = {
"Dog", "Cat", "Elephant", "Tiger",
}
}Last updated