Skip to main content
Get the id of the current bank. (Works only if the player is inside a bank)
TypeDescription
numberThe id of the current bank.
local id = exports["utility_bank"]:GetCurrentBank()

print("The player is inside the bank: "..id)