You can see some inventory functions
Return a table with all bought items in the category
Types
Arguments
Descriptions
Optional
stringarrow-up-right
category
The category of items you want to get
❌
Return :
Parameters
tablearrow-up-right
categoryItems
Contain all bought items in the category
Get the number of bought items
numberarrow-up-right
count
The number of bought items
Return if the LocalPlayerarrow-up-right has bought the item
uniqueId
The item uniqueId to check if is bought
booleanarrow-up-right
isBought
If the item is bought
Last updated 4 years ago