return vs print lua code example Example 1: lua printing print("Your Text here") Example 2: lua print print "hello" -- or print("hello")