Can anyone tell me any tutorials about how to make scripts and map edits and ped assets
Nope, honestly you have to figure it out by playing around with stuff and reading other people’s scripts as there is no useful documentation on what most natives do. Did you even try looking stuff up on google?
This is wrong. Most natives are documented in Native Reference - Cfx.re Docs
There are tutorials in Modding Tutorials as well as Server Tutorials. A simple “my first script” tutorial can be found here: Creating your first script in Lua - Cfx.re Docs
You can use conventional methods just like in GTA5 modding. Putting them on your server requires some specific formats. For maps, the easiest is ymap
as this does not require you to parse the file yourself.
*are loosely documented with no real world implantation.
With if not all most of the docs.fivem.net website marked as “TODO”