Installation
FR Vehicle Aim has no dependencies and requires no configuration. Any FiveM server can have it running in under a minute.
1. Download
Download the .zip from the resources panel
(free account on fiverank.gg required).
The file contains:
fr_vehicle_aim/
├── fxmanifest.lua
├── client.lua
└── README.md
2. Upload the resource
Unzip and copy the folder into your resources directory:
resources/[fr]/fr_vehicle_aim/
The folder name must be exactly fr_vehicle_aim (with underscores).
If the zip extracts as fr_vehicle_aim-main or similar, rename it.
3. Add to server.cfg
ensure fr_vehicle_aim
Place it after your framework (ESX, QBCore, etc.) if you have one — although it is not required since FR Vehicle Aim has no framework dependency.
4. Restart the server
refresh
ensure fr_vehicle_aim
Or do a full server restart. There is no confirmation message in the console — if you see no errors, it is working.
Quick verification
- Join the server.
- Get into any vehicle.
- Press the aim button (right-click or
LTon controller by default). - The camera should switch to first person automatically.
- Release aim → camera returns to where it was.
If step 4 works, installation is correct.
No configuration needed
FR Vehicle Aim has no config.lua and no convars. It is fully plug & play — the behaviour is fixed by design:
- On aim → first person.
- On stop aiming → previous camera.
If you need advanced customisation (for example, applying only to certain vehicles or jobs), the code in client.lua is short and readable — edit it directly.