Client side
🧿 General
OpenBank
lua--- Used to open the Banking/Atm UI exports['tgg-banking']:OpenBank()
CloseUI
lua--- Used to close the Banking/Atm UI exports['tgg-banking']:CloseBank()
IsDisabled
lua---@return boolean - Whether the banking is disabled exports['tgg-banking']:IsDisabled()
ToggleDisabled
lua---@param disabled boolean - Whether to disable the banking exports['tgg-banking']:ToggleDisabled(disabled)