Creating Scripts
This page is dedicated to the creation of scripts.
Tutorial
Creating a .lua file
Most IDE softwares will allow you to create a file with a specific file extension.
To create a lua in VsCode
Click "File" at the top left of the application
Select "New File"
Press Ctrl + S and window's file explorer will open
Enter the name you want to use and end it with ".lua"
You have now created a lua script
Where to place scripts
Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\lua
Last updated