mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
6 lines
60 B
Lua
6 lines
60 B
Lua
task.wait(0.25)
|
|
|
|
return {
|
|
Foo = "Bar",
|
|
Hello = "World",
|
|
}
|