Hello, I was making something and used MarketplaceService:GetProductInfo
each time something was purchased, I just recently found out that has a cooldown and it started breaking. I need this for getting the price and creation date, how else can I do this?
You could call the function once and store the values inside of a table. Then use the table to reference the products instead of having to call the function each time.
Alright, thank you both [char limit]
1 Like