The global namespace consists of the functions and variables that are provided by default in all scripts, as opposed to user-defined functions and APIs. It includes the standard Lua libraries and functions and variables for using data types and APIs specific to Roblox.
The standard Lua libraries are documented in the Lua 5.1 Reference Manual. Built-in functions and variables specific to Roblox are documented in the Roblox Creator Documentation.