Is there a way to get a date of purchase for accessories?

There was a roblox game that could fetch what day you played a specific game, and I wanted to know if there was something for accessories. I want to try to make something that groups them from a specific date so I can “see” what outfits I made years ago to an extent as they wouldve been bought together, any help would be appreciated!

1 Like

AvatarEditorService’s GetInventory method. Each accessory retrieved from GetCurrentPage has a “Created” field, which contains a timestamp in ISO 8601 string format.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.