Reference API Roblox

Engine API

Website

Related

Reference API Roblox

SubscriptionState

Describes the current subscription state of a user's in-experience subscription product.

Items 5

HistoryNameValueDescription
614NeverSubscribed0

User has never subscribed to the product.

614SubscribedWillRenew1

Subscription is active and will renew.

614SubscribedWillNotRenew2

Subscription is active and will not renew.

614SubscribedRenewalPaymentPending3

Subscription is active and renewal payment is pending.

614Expired4

Subscription has expired.

Description

The SubscriptionState enum describes the current subscription state of a user with respect to a specific in-experience subscription product. It is returned in the SubscriptionState key of the table from MarketplaceService:GetUserSubscriptionDetailsAsync(), which must be called from a server-side Script. See SubscriptionState for the lifecycle values (never subscribed, active with or without renewal, renewal payment pending, and expired).

History 6

Settings