This website requires JavaScript.
Explore
Help
Register
Sign in
DevComp
/
lune-packaging
Watch
1
Star
0
Fork
You've already forked lune-packaging
0
mirror of
https://github.com/CompeyDev/lune-packaging.git
synced
2025-01-10 04:39:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
02fd4e8733
lune-packaging
/
.lune
/
module.luau
8 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-01-19 01:47:14 +00:00
local module = {}
Tweak module function name
2023-01-19 22:57:43 +00:00
function module.sayHello()
Initial commit
2023-01-19 01:47:14 +00:00
print("\nHello from a module! 🧩")
end
return module
Reference in a new issue
Copy permalink