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