| description |
|---|
You can see some inventory functions |
Return a table with all bought items in the category
| Types | Arguments | Descriptions | Optional |
|---|---|---|---|
| string | category | The category of items you want to get | ❌ |
Return :
| Types | Parameters | Descriptions |
|---|---|---|
| table | categoryItems | Contain all bought items in the category |
Get the number of bought items
Return :
| Types | Parameters | Descriptions |
|---|---|---|
| number | count | The number of bought items |
Return if the LocalPlayer has bought the item
| Types | Arguments | Descriptions | Optional |
|---|---|---|---|
| number | uniqueId | The item uniqueId to check if is bought | ❌ |
Return :
| Types | Parameters | Descriptions |
|---|---|---|
| boolean | isBought | If the item is bought |