Helloo everyone i am Emir and i want to learn scripting. I only know C# and i have 0 opinion of anything else.

You can start at the docs to get an idea of what language you’d like to use (so far there is only Lua, JS, and C++). There are some guides and examples there too!

If you also require scripting help you can visit the cfx.re guild which has a #fivem-scripting and a #redm-scripting channel.

1 Like

To be honest i watched Youtube and looked at code to understand how it works.

But your free to go the way you like the docs are really good i would recommend to at least take a look once.

:slight_smile:

I don’t recommend using JS or C# for gameplay logic in FiveM with game natives.

Instead, I highly recommend using JS/TS for all UI-related tasks, while reserving LUA as the main language for gameplay logic. LUA is better optimized for tasks within FiveM and allows you to accomplish most of what you need efficiently.

Additionally, LUA is a genuinely easy language to start with and learn.

1 Like