Error creating thumbnail: File missing Join our Discord! |
If you have been locked out of your account you can request a password reset here. |
Module:HelloWorld
Documentation for this module may be created at Module:HelloWorld/doc
local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p