

GLua is Garry's Mod adaption of the open source Lua language. steam\steamapps\\garrysmod\garrysmod\gamemodes\ You can download gamemodes such as darkrp and put them in here, to create your own server with that gamemode on.

steam\steamapps\\garrysmod\garrysmod\addons\ This is where you can put your addons, even your own if you create one.steam\steamapps\\garrysmod\garrysmod\lua\ You can put single script files in here, and open them directly ingame, no further configuration required.Very useful resource, but can be overwhelming and hard to read for beginners.

Everything related to anything in Garry's Mod, including some tutorials and other resources. Notepad++ is a great free editor, though Sublime Text, or VS Code will work just as well. There are a few resources we'd recommend getting familiar with for Garry's Mod coding.

You'll pick up the rest in your own good time. The best tip here is to ignore it, and focus on the logic. The language is combining a vast amount of different concepts, which, no doubt, will be hard to grasp for a beginner. Try to understand the logic of what a script is doing, even if you don't understand all the specific functions. Find those examples, then see how they have done it.
