local plr = exports.WrenchOS:getPlayer(plrid)
plr: Returns a table with the following values: | identifier, idtoken, charid, firstname, lastname, cash, bank, plrid, job |
Usage:
local plr = exports.WrenchOS:getPlayer(plrid)
print(plr.bank)