Printing data
Lua Hello World and Log Function Instructions
Printing "Hello, World!"
To print "Hello, World!" in Lua, use the print()
function like so:
print("Hello, World!")
Using the log(string)
Function
log(string)
Functionlog(string) will print out the message to the Growtopia chat.
log("Hello, World!")

Last updated