Revision Difference
#528999
<title>Garry's Mod Wiki</title>
Welcome to the Garry's Mod Wiki!
# Next Update
Current game discussion as well as update progress can be found on [Discord](https://discord.gg/gmod).
You can test [changes for the next update](http://wiki.garrysmod.com/changelist/) on the <page>Dev Branch</page> through Steam.
The Garry's Mod Lua Source Code is available on [GitHub](https://github.com/Facepunch/garrysmod).
# Issues and Requests
To report bugs please visit the [Garry's Mod Issue tracker](https://github.com/Facepunch/garrysmod-issues/).
To request features please visit the [Garry's Mod Request tracker](https://github.com/Facepunch/garrysmod-requests/).
# Contributing
<note>Please coordinate your changes with all editors in the [Official Garry's Mod Discord Server (`#wiki` channel)](https://discord.gg/gmod)</note>
Please check these links before contributing to the wiki:
- <page>Editing The Garry's Mod Wiki</page>
- [Wiki Markdown Syntax](/wiki/Markdown_Syntax)
- [Wiki discussion and coordination (`#wiki` channel)](https://discord.gg/gmod)
# Learning
Read this if you want to start with lua:
- [Lua Tutorial Start](Beginner_Tutorial_Intro)
## Pure Lua resources
* [Official Reference Manual (5.1)](http://www.lua.org/manual/5.1/manual.html) - This is the version Garry's Mod utilizes.
* [Programming in Lua Book](http://www.lua.org/pil/)
* [Lua-Users.org Lua Tutorial](http://lua-users.org/wiki/LuaTutorial)
* [Programming Gems - Book Sample](http://www.lua.org/gems/sample.pdf)
* [LuaTut.com](http://luatut.com/)
* [Learn X in Y minutes - Lua](http://learnxinyminutes.com/docs/lua/)
## Garry's Mod Lua (GLua) resources
* [GLua Docs](http://samuelmaddock.github.io/glua-docs/) - Alternative website for this wiki, could be outdated
* <page>Updating Scripts From GMod 12 to GMod 13</page>
* Youtube tutorials
* [Goature](http://www.youtube.com/user/goature?feature=watch)
* [Chessnut](http://www.youtube.com/user/chessnutify?feature=watch)
* [DanFMN](https://www.youtube.com/channel/UC79kOQgCTBgklDpr_HXKZMQ?)
* [Goature](http://www.youtube.com/user/goature)
* [Chessnut](http://www.youtube.com/user/chessnutify)
* [DanFMN](https://www.youtube.com/channel/UC79kOQgCTBgklDpr_HXKZMQ)
* [Code Blue](https://www.youtube.com/channel/UCFpuE-Qjn4EWqX-VJ_l7pbw)
* [SimonovaSKS](http://www.youtube.com/user/SimonovaSKS) - SWEPs & modeling
* [Erigitic](https://www.youtube.com/playlist?list=PLCFyE3cH3BEF_1Dxh6UiTSS7TwpXavZZO) - Gamemode Scripting
* [OmniGames](https://www.youtube.com/user/SouthJeffersonDavis?feature=watch) - Gamemode Scripting / Advanced GLUA⤶
* [OmniGames](https://www.youtube.com/user/SouthJeffersonDavis) - Gamemode Scripting / Advanced GLua⤶
## Source Engine resources
* [Valve Developer Wiki](https://developer.valvesoftware.com/wiki/Main_Page) - Official website for all things Source Engine
* [Source SDK 2013](https://github.com/ValveSoftware/source-sdk-2013) - Source SDK 2013 mod base source code
* [Source Engine Discord](https://discord.com/invite/SourceEngine)