RX Scripts Logo
fmLib

Installation

Get started using fmLib within your resources.

Installation

Usage

Here we create a new instance of fmLib within a script file and utilize the console module.

main.lua
FM = exports['fmLib']:new()

FM.console.success("fmLib loaded successfully in "..GetCurrentResourceName().."!")