My F22 wont spawn

My F-22a wont spawn and im 90% sure i installed it correctly, i think its the .lua file but im not sure, anyone know how to help?

You should provide the mentioned LUA file and the file structure you are trying to use.

I got the .lua file from a YT video, it only has stuff for like carvariations meta handling meta etc like 4-5 things, and it hasn’t worked for stuff like planes/ cars with extra things like weapons config etc, I use the stream file and stuff like that. I’ve tried adding things to the lua but I don’t think I’ve done it right and it’s so annoying and I just need help

Again, provide the mentioned LUA file. Without anyone having access to it, you can keep waiting for help.

All right, https://drive.google.com/drive/u/0/mobile/folders/10V_10R7s6_305bKYMV6AzAnvvBnka1f1?usp=sharing link to the google drive with the file

Thanks. The issue may be that you are using fx_version in a __resource.lua file. Change your filename to fxmanifest.lua instead. Everything else seems to be ok. You should also check your directory structure based on your manifest file and this resource:
https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/#globbing

that last part is so confusing

Try this: fxmanifest.lua (356 Bytes). With the following file tree, it should work fine:

.
└── Your resource/
    ├── fxmanifest.lua
    ├── stream/
    │   └── f22/
    │       ├── f22.ytf
    │       ├── f22.ytd
    │       ├── f22_hi.ytf
    │       └── etc
    └── data/
        └── f22/
            ├── vehicle.meta
            ├── handling.meta
            ├── vehiclelayout.meta
            └── etc

it said the resource loading for the f22a failed

Works perfectly fine on my end…
Since you can’t seem to figure things out, here is a complete resource for Skyline’s version of the F-22. Download it, drag it inside your resource folder – as you would with any other resource – and add start f22a to your server config file.

thanks bro it works!!