function example lua Example: lua function --// Basic Function function PrintingText() print("My text here") end PrintingText()