local function GoodFunction() --Replace GoodFunction Wiht Your Function Name
--Your Script Here
end
GoodFunction() --Replace GoodFunction Wiht Your Function Name
local function GoodFunction() --Replace GoodFunction With Your Function Name
--Your Script Here
end
GoodFunction() --Replace GoodFunction Wiht Your Function Name
-- You can do either
local hello = "Hello World!"
-- Or
print("whatever you want to put in the output")