Get the id of the current bank. (Works only if the player is inside a bank)
number
The id of the current bank
local id = exports["utility_bank"]:GetCurrentBank() print("The player is inside the bank: "..id)
Last updated 2 days ago
Was this helpful?