Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt

Use this file to discover all available pages before exploring further.

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)