The choices for "scripting" vary significantly as multiple scripting languages exist.
I presume that you intend to learn Lua scripting, yes?(Although there are quite a few other scripting languages available) If so, this is a rather excellent resource guide:
http://www.lua.org/pil/
The above documentation was constructed by the individuals who created the Lua scripting language. It is rather descriptive in its explanations of the actual functionality of the language, and provides all of the necessary information involving "purified" Lua.
Another potentially useful website is lua-users:
http://lua-users.org/
It merely provides supplementary context to assist website users with understanding the content on the actual website.
Although, it is essential to note that "RBX.Lua"(The variant of Lua used by ROBLOX) varies somewhat from "regular" or "pure" Lua, due to security purposes. |