GetCurrentHouseUpgrades
The GetCurrentHouseUpgrades
export allows you to retrieve the list of upgrades for the house you are currently inside. This is useful for accessing and managing the specific upgrades applied to a house.
How to Use
To get the list of upgrades for the current house, you can use the following code:
This export will return a table containing the upgrades for the current house. If no upgrades exist or you are not inside a house, it will return an empty table. You can use this data to display, modify, or manage house upgrades programmatically.
Last updated