â†Ēī¸Exports

Exports can be requested at our discord! (https://discord.rxscripts.xyz/)

Client

GetExposure(zoneName)
Example
RegisterCommand('getexposure', function()
    local exposure = exports['RxHazardZones']:GetExposure('Radiation')

    print(exposure)
end)

Last updated