How to check if a user owns a plugin?

I need to check if a user owns a plugin from a plugin.
How do i do that?

1 Like

what, please be clear with your question

Use MarketplaceService:GetProductInfo to achieve that.

1 Like

You would use MarketplaceService:PlayerOwnsAsset.


That returns the item’s information, that doesn’t check if the player owns it

1 Like