CreatorStoreService
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 3
Description
History 4
Members 3
GetAssetInfoAsync
Parameters (1) | ||
---|---|---|
assetId | int64 | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 661 Add GetAssetInfoAsync
GetCreatorStoreProductInfoAsync
Parameters (2) | ||
---|---|---|
productTargetId | int64 | |
assetType | string | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
PerformCreatorStorePurchase
Parameters (2) | ||
---|---|---|
productTargetId | int64 | |
assetType | string | |
Returns (1) | ||
Dictionary |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |