Exports

These exports allow you to manage the money in boss menus effectively.

  • Add Money to a Bossmenu:

exports['ftm-bossmenu']:AddMoney("jobname", amount)
  • Remove Money from a Bossmenu:

exports['ftm-bossmenu']:RemoveMoney("jobname", amount)
  • Get the Money of a Specific Bossmenu:

local meow = exports['ftm-bossmenu']:GetAccount("jobname")
print(meow)

Last updated