How to check if a player has purchased at least 1 developer product?

I want to make it so if a player purchased at least 1 developer product (donation)
they get a chat tag, but I don’t how know to check if they purchased it.

Have you read the documentation?

As you can purchase multiple products, you cannot (I believe) independently identify whether someone has purchased one before. You’ll probably want to pair the above with a datastore entry to log whether the user has purchased one before. Assuming you want the chat tag to persist across servers.

1 Like

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