commit b08cd869f181dad86e94d94670b0590263a57693 Author: cyclic Date: Mon Oct 6 23:16:10 2025 -0600 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.luaurc b/.luaurc new file mode 100644 index 0000000..18cf976 --- /dev/null +++ b/.luaurc @@ -0,0 +1,5 @@ +{ + "aliases": { + "lune": "~/.lune/.typedefs/0.10.3/" + } +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/rokit.toml b/rokit.toml new file mode 100644 index 0000000..62078f2 --- /dev/null +++ b/rokit.toml @@ -0,0 +1,7 @@ +# This file lists tools managed by Rokit, a toolchain manager for Roblox projects. +# For more information, see https://github.com/rojo-rbx/rokit + +# New tools can be added by running `rokit add ` in a terminal. + +[tools] +lune = "lune-org/lune@0.10.3" diff --git a/src/init.luau b/src/init.luau new file mode 100644 index 0000000..e69de29