# VORP Core ## Docs - [animations](https://docs.vorp-core.com/api-reference/animations.md): this script allows you to set up premade animations to use in your scripts - [character](https://docs.vorp-core.com/api-reference/characters.md): API reference for characters - [core](https://docs.vorp-core.com/api-reference/core.md): API reference for core - [inputs](https://docs.vorp-core.com/api-reference/inputs.md): build an advanced input menu for your scripts - [inventory](https://docs.vorp-core.com/api-reference/inventory.md): Documentation for vorp inventory system - [lib](https://docs.vorp-core.com/api-reference/lib.md): VORP Lib is a modular scripting library for RedM that simplifies game development by providing reusable, instance-based components with automatic cleanup. Designed specifically for VORP Core Framework, it helps developers write cleaner, more efficient scripts while eliminating common issues like mem… - [menu](https://docs.vorp-core.com/api-reference/menu.md): vorp menu is a library that allows you to create menus in game with a rdr2 style. - [metabolism](https://docs.vorp-core.com/api-reference/metabolism.md): metabolism api for vorp - [progressbar](https://docs.vorp-core.com/api-reference/progressbar.md): create a progressbar in your scripts - [Best Practices](https://docs.vorp-core.com/bestpractices.md): Learn the best practices for writing code in LUA - [Frequently Asked Questions](https://docs.vorp-core.com/faq.md): You can find the answers to frequently asked questions about VORP Core here - [Introduction](https://docs.vorp-core.com/introduction.md): Welcome to the VORP Core API Documentation - [Work space](https://docs.vorp-core.com/quickstart.md): Set up your development environment ## Optional - [RDR3 Natives](https://rdr3natives.com) - [RDR3 Discoveries](https://github.com/femga/rdr3_discoveries) - [RDR3 Decompiled Scripts](https://github.com/outsider31000/rdr2-scripts-decompiled) - [RDR3 Native Flags and Enums](https://github.com/Halen84/RDR3-Native-Flags-And-Enums) - [CFX.re Documentation](https://docs.fivem.net/docs/) - [CFX Artifacts](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/) - [LUA Documentation](https://www.lua.org/docs.html)