Script
Basics
Scripts in Shards Online are files written in Lua ending with .lua and containing the Lua code which does what your script should do.
A super primitive script helloworld.lua
print ("Always look at the bright side of life, and yes, 'Hello World!'")