how to get the string of what a function returns lua code example
Example 1: how to print in lua
print("Hello World!")
Example 2: how to print in lua
print("text"..v) -- "" for strings, '..' to concencate, type name of variable to print variable