Tr Lib

Library

A lightweight utility & helper library for FiveM developers. Designed to improve code reusability, consistency, and performance across Trippler resources.

  • How to use the library
  • Lua
local lib<const> = exports.tr_lib:require('@tr_lib/get')
  • JavaScript
const lib = exports.tr_lib.require('@tr_lib/get')