💻Exports

For use in third party scripts if you need them.

Client

-- Will return the xp of the calling client.
exports.randol_bundles:GetFemaleRep()

-- Will return the level of the calling client.
exports.randol_bundles:GetMyLevel()

-- Will return true or false if the calling client is a verified female.
exports.randol_bundles:IsFemale()

Server

-- Will return true or false if the src provided is a verified female.
local isFemale = exports.randol_bundles:IsFemale(source)
print(isFemale)

Last updated