Hi, glad you downloaded this template! Here are the instructions.
Note: Make sure everything (GTA5, ScriptHookVDotNet, ScriptHookV) is up to date.

Import template into Visual Studio -
1. Navigate to your Visual Studio folder. Mine is located at:
"C:\Users\Username\Documents\Visual Studio 2015"

2. Once in the Visual Studio folder, locate and open "Templates" folder

3. Once in the "Templates" folder, locate and open "ProjectTemplates" folder

4. Drag and drop OR copy and paste the "Scripting Template.zip" folder into the "ProjectTemplates" folder

Opening in Visual Studio -

1. Open up your Visual Studio

2. Click "New Project"

3. Click "Visual C#" and scroll down until you find "GTA5 Scripting Template"

4. Select "GTA5 Scripting Template", name the project and hit OK.

5. Double click "Script Template.cs" and wait for the code to load in.

6. If you have errors, goto "Solution Explorer" and right click on "References"

7. Click "Add Reference" then find "Assemblies > Framework"

8. Scroll down until you find "System.Windows.Forms". Select the checkbox next to it.

9. Click on "Browse" and click the "Browse..." button.

10. Browse until you find "ScriptHookVDotNet.dll" and "NativeUI.dll". Add both, and select the checkboxes next to them.

11. Click "OK".

12. Profit! You're now ready to begin scripting! I recommend looking at some GTA5 scripting tutorials for more indepth learning. Good luck!

Importing into GTA5 -
1. Click on "File" then "Save All".

2. Navigate to your Visual Studio Projects folder. Mine is at:
"C:\Users\Username\Documents\Visual Studio 2015\Projects".

3. Open "Projects" folder

4. Open your project name folder (example: scripttest)

5. Open your project name folder (again, yes)

6. Find your "projectname.cs" file. Copy this.

7. Navigate to your GTA5 directory. Mine is at:
"C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V".

8. If you don't have one already, create a new folder and name it "scripts". If you already have it, ignore this step.

9. Drag your projectname.cs file into the scripts folder.

10. Start up GTA5 and enjoy your script!

Good luck and happy scripting! // Will Redeemed