| description |
|---|
You can see some purchasing functions |
Buy an accessory
| Types | Arguments | Descriptions | Optional |
|---|---|---|---|
| number | uniqueId | The item uniqueId to purchase | ❌ |
Sell an accessory
| Types | Arguments | Descriptions | Optional |
|---|---|---|---|
| number | uniqueId | The item uniqueId to sell | ❌ |
Return if the player have bought an item
| Types | Arguments | Descriptions | Optional |
|---|---|---|---|
| number | uniqueId | The item uniqueId to check | ❌ |
Return :
| Types | Parameters | Descriptions |
|---|---|---|
| boolean | haveBought | If the player have bought the item |