Skip to content
Nazar edited this page Apr 19, 2026 · 4 revisions

1. Getting Start!

So, let's start with the basics of how to load scripts. I assume that you have used a computer before and know how to use it. all you need is

  1. Go to the C:\nixware\lua dir; this dir appears after the first launch of nixware_x64
  2. Create a file with any name and ending with .lua
  3. You can open it in any editor you like and write a simple script, something like print("hello world")
  4. Once you've done all this, you can return to Garry's mod or open it again if you haven't done so before, go to the Lua section, you'll see your script there
image

If you don't see your script, make sure you set its ending and not its name. by default, the ending is hidden in Windows You can select your script in the section on the left and click Load script. Nothing will change in the game menu, but if you do this on a server or in a single player game, you will be able to see the result from the example in the console (~) If you successfully completed this stage, you can be sure that you have completed elementary school without cheats.

Next steps

Clone this wiki locally