AvatarEditorService
A service to support developer Avatar Editors.
Memory category | Instances |
---|
Member index 62
Removed member index 5
History | Member | |
---|---|---|
550 | GetRecommendedAssetsV2(assetType: AvatarAssetType, assetId: int64, numItems: int, includeDetails: bool): Array | |
550 | GetRecommendedBundlesV2(bundleType: BundleType, bundleId: int64, numItems: int, includeDetails: bool): Array | |
512 | PerformCreateOutfit(name: string): void | |
503 | PerformSaveAvatar(): void | |
512 | PerformSaveAvatarNew(addedAssets: Array, removedAssets: Array): void |
Description
AvatarEditorService is a service to support developer Avatar Editors. It provides methods to modify the player's platform avatar, request information about a user's inventory, and request information about the catalog.
For more information regarding the Avatar Editor, see Avatar Editor Service.
Throttling
The following endpoints on AvatarEditorService
have experience-level
throttling:
- AvatarEditorService.GetItemDetails
- AvatarEditorService.GetBatchItemDetails
- AvatarEditorService.GetRecommendedAssets
- AvatarEditorService.GetRecommendedBundles
- AvatarEditorService.SearchCatalog
- AvatarEditorService.PromptSetFavorite
- AvatarEditorService.GetFavorite
For each experience, this throttling allows you to send up to 100 requests per
second to these AvatarEditorService
endpoints, regardless of the number of
servers or user count. Exceeding these limits returns a
429 Too Many Requests
error.
If you find that your experience requires an adjustment to this throttling, you can submit a feature request.
History 221
- 647 Add refreshAvatarThumbnails
- 607 Change Parameters of NoPromptUpdateOutfit from (outfitId: int64, humanoidDescription: HumanoidDescription, rigType: HumanoidRigType) to (outfitId: int64, humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, gearAssetId: int64 = 0)
- 607 Change Parameters of NoPromptCreateOutfit from (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, name: string) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, name: string, gearAssetId: int64 = 0)
- 578 Add GetOutfitDetails
- 573 Change ReturnType of SignalUpdateOutfitPermissionDenied from void to null
- 573 Change ReturnType of SignalUpdateOutfitFailed from void to null
- 573 Change ReturnType of SignalSetFavoritePermissionDenied from void to null
- 573 Change ReturnType of SignalSetFavoriteFailed from void to null
- 573 Change ReturnType of SignalSaveAvatarPermissionDenied from void to null
- 573 Change ReturnType of SignalSaveAvatarFailed from void to null
- 573 Change ReturnType of SignalRenameOutfitPermissionDenied from void to null
- 573 Change ReturnType of SignalRenameOutfitFailed from void to null
- 573 Change ReturnType of SignalDeleteOutfitPermissionDenied from void to null
- 573 Change ReturnType of SignalDeleteOutfitFailed from void to null
- 573 Change ReturnType of SignalCreateOutfitPermissionDenied from void to null
- 573 Change ReturnType of SignalCreateOutfitFailed from void to null
- 573 Change ReturnType of SetAllowInventoryReadAccess from void to null
- 573 Change ReturnType of PromptUpdateOutfit from void to null
- 573 Change ReturnType of PromptSetFavorite from void to null
- 573 Change ReturnType of PromptSaveAvatar from void to null
- 573 Change ReturnType of PromptRenameOutfit from void to null
- 573 Change ReturnType of PromptDeleteOutfit from void to null
- 573 Change ReturnType of PromptCreateOutfit from void to null
- 573 Change ReturnType of PromptAllowInventoryReadAccess from void to null
- 573 Change ReturnType of PerformUpdateOutfit from void to null
- 573 Change ReturnType of PerformSetFavorite from void to null
- 573 Change ReturnType of PerformSaveAvatarWithDescription from void to null
- 573 Change ReturnType of PerformRenameOutfit from void to null
- 573 Change ReturnType of PerformDeleteOutfit from void to null
- 573 Change ReturnType of PerformCreateOutfitWithDescription from void to null
- 564 Change Parameters of NoPromptSaveAvatarThumbnailCustomization from (thumbnailType: int, emoteAssetId: int64, cameraDistanceScale: float, yRotDeg: float, fieldOfViewDeg: float = 0) to (thumbnailType: AvatarThumbnailCustomizationType, emoteAssetId: int64, cameraDistanceScale: float, yRotDeg: float, fieldOfViewDeg: float = 0)
- 557 Add PromptSaveAvatarThumbnailCustomizationCompleted
- 557 Add NoPromptSaveAvatarThumbnailCustomization
- 550 Remove GetRecommendedBundlesV2
- 550 Change Tags of GetRecommendedBundles from [Yields, Deprecated] to [Yields]
- 550 Remove GetRecommendedAssetsV2
- 550 Change Tags of GetRecommendedAssets from [Yields, Deprecated] to [Yields]
- 544 Add GetAccessoryType
- 542 Change Security of ConformToAvatarRules from RobloxScriptSecurity to None
- 539 Change Parameters of GetOutfits from (outfitSource: OutfitSource = All) to (outfitSource: OutfitSource = All, outfitType: OutfitType = All)
- 538 Add GetRecommendedBundlesV2
- 538 Change Tags of GetRecommendedBundles from [Yields] to [Yields, Deprecated]
- 538 Add GetRecommendedAssetsV2
- 538 Change Tags of GetRecommendedAssets from [Yields] to [Yields, Deprecated]
- 512 Remove PerformSaveAvatarNew
- 512 Remove PerformCreateOutfit
- 503 Remove PerformSaveAvatar
- 501 Add PromptUpdateOutfitCompleted
- 501 Add OpenPromptUpdateOutfit
- 501 Add SignalUpdateOutfitPermissionDenied
- 501 Add SignalUpdateOutfitFailed
- 501 Add PromptUpdateOutfit
- 501 Add PerformUpdateOutfit
- 501 Add NoPromptUpdateOutfit
- 496 Add PromptRenameOutfitCompleted
- 496 Add OpenPromptRenameOutfit
- 496 Add SignalRenameOutfitPermissionDenied
- 496 Add SignalRenameOutfitFailed
- 496 Add PromptRenameOutfit
- 496 Add PerformRenameOutfit
- 496 Add NoPromptRenameOutfit
- 492 Add PromptDeleteOutfitCompleted
- 492 Add OpenPromptDeleteOutfit
- 492 Add SignalDeleteOutfitPermissionDenied
- 492 Add SignalDeleteOutfitFailed
- 492 Add PromptDeleteOutfit
- 492 Add PerformDeleteOutfit
- 492 Add NoPromptDeleteOutfit
- 484 Change Parameters of PromptSaveAvatarCompleted from (result: AvatarPromptResult) to (result: AvatarPromptResult, humanoidDescription: HumanoidDescription)
- 484 Add NoPromptSaveAvatar
- 483 Change Parameters of OpenPromptSaveAvatar from (humanoidDescription: Instance, rigType: HumanoidRigType) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType)
- 483 Change Parameters of OpenPromptCreateOufit from (humanoidDescription: Instance, rigType: HumanoidRigType) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType)
- 483 Change ReturnType of SearchCatalog from Instance to CatalogPages
- 483 Change Parameters of PromptSaveAvatar from (humanoidDescription: Instance, rigType: HumanoidRigType) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType)
- 483 Change Parameters of PromptCreateOutfit from (outfit: Instance, rigType: HumanoidRigType) to (outfit: HumanoidDescription, rigType: HumanoidRigType)
- 483 Change Parameters of PerformSaveAvatarWithDescription from (humanoidDescription: Instance, addedAssets: Array, removedAssets: Array) to (humanoidDescription: HumanoidDescription, addedAssets: Array, removedAssets: Array)
- 483 Change Parameters of PerformCreateOutfitWithDescription from (humanoidDescription: Instance, name: string) to (humanoidDescription: HumanoidDescription, name: string)
- 483 Change Parameters of NoPromptCreateOutfit from (humanoidDescription: Instance, rigType: HumanoidRigType, name: string) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, name: string)
- 483 Change ReturnType of GetOutfits from Instance to OutfitPages
- 483 Change ReturnType of GetInventory from Instance to InventoryPages
- 483 Change ReturnType of ConformToAvatarRules from Instance to HumanoidDescription
- 483 Change Parameters of ConformToAvatarRules from (humanoidDescription: Instance) to (humanoidDescription: HumanoidDescription)
- 483 Change ReturnType of CheckApplyDefaultClothing from Instance to HumanoidDescription
- 483 Change Parameters of CheckApplyDefaultClothing from (humanoidDescription: Instance) to (humanoidDescription: HumanoidDescription)
- 482 Change Parameters of PromptCreateOutfitCompleted from (result: AvatarPromptResult) to (result: AvatarPromptResult, failureType: Variant)
- 481 Add NoPromptSetFavorite
- 481 Add NoPromptCreateOutfit
- 481 Change Parameters of GetOutfits from () to (outfitSource: OutfitSource = All)
- 462 Change ThreadSafety of PromptSetFavoriteCompleted from to Unsafe
- 462 Change ThreadSafety of PromptSaveAvatarCompleted from to Unsafe
- 462 Change ThreadSafety of PromptCreateOutfitCompleted from to Unsafe
- 462 Change ThreadSafety of PromptAllowInventoryReadAccessCompleted from to Unsafe
- 462 Change ThreadSafety of OpenPromptSetFavorite from to Unsafe
- 462 Change ThreadSafety of OpenPromptSaveAvatar from to Unsafe
- 462 Change ThreadSafety of OpenPromptCreateOufit from to Unsafe
- 462 Change ThreadSafety of OpenAllowInventoryReadAccess from to Unsafe
- 462 Change ThreadSafety of SignalSetFavoritePermissionDenied from to Unsafe
- 462 Change ThreadSafety of SignalSetFavoriteFailed from to Unsafe
- 462 Change ThreadSafety of SignalSaveAvatarPermissionDenied from to Unsafe
- 462 Change ThreadSafety of SignalSaveAvatarFailed from to Unsafe
- 462 Change ThreadSafety of SignalCreateOutfitPermissionDenied from to Unsafe
- 462 Change ThreadSafety of SignalCreateOutfitFailed from to Unsafe
- 462 Change ThreadSafety of SetAllowInventoryReadAccess from to Unsafe
- 462 Change ThreadSafety of SearchCatalog from to Unsafe
- 462 Change ThreadSafety of PromptSetFavorite from to Unsafe
- 462 Change ThreadSafety of PromptSaveAvatar from to Unsafe
- 462 Change ThreadSafety of PromptCreateOutfit from to Unsafe
- 462 Change ThreadSafety of PromptAllowInventoryReadAccess from to Unsafe
- 462 Change ThreadSafety of PerformSetFavorite from to Unsafe
- 462 Change ThreadSafety of PerformSaveAvatarWithDescription from to Unsafe
- 462 Change ThreadSafety of PerformSaveAvatarNew from to Unsafe
- 462 Change ThreadSafety of PerformSaveAvatar from to Unsafe
- 462 Change ThreadSafety of PerformCreateOutfitWithDescription from to Unsafe
- 462 Change ThreadSafety of PerformCreateOutfit from to Unsafe
- 462 Change ThreadSafety of GetRecommendedBundles from to Unsafe
- 462 Change ThreadSafety of GetRecommendedAssets from to Unsafe
- 462 Change ThreadSafety of GetOutfits from to Unsafe
- 462 Change ThreadSafety of GetItemDetails from to Unsafe
- 462 Change ThreadSafety of GetInventory from to Unsafe
- 462 Change ThreadSafety of GetFavorite from to Unsafe
- 462 Change ThreadSafety of GetBatchItemDetails from to Unsafe
- 462 Change ThreadSafety of GetAvatarRules from to Unsafe
- 462 Change ThreadSafety of ConformToAvatarRules from to Unsafe
- 462 Change ThreadSafety of CheckApplyDefaultClothing from to Unsafe
- 460 Add GetBatchItemDetails
- 460 Change Security of CheckApplyDefaultClothing from RobloxScriptSecurity to None
- 459 Add SignalCreateOutfitFailed
- 459 Add PerformSaveAvatarWithDescription
- 459 Add PerformCreateOutfitWithDescription
- 459 Add ConformToAvatarRules
- 459 Add CheckApplyDefaultClothing
- 458 Remove SignalCreateOutfitFailed
- 458 Remove PerformSaveAvatarWithDescription
- 458 Remove PerformCreateOutfitWithDescription
- 458 Remove ConformToAvatarRules
- 458 Remove CheckApplyDefaultClothing
- 459 Add SignalCreateOutfitFailed
- 459 Add PerformSaveAvatarWithDescription
- 459 Add PerformCreateOutfitWithDescription
- 459 Add ConformToAvatarRules
- 459 Add CheckApplyDefaultClothing
- 454 Add PromptSetFavoriteCompleted
- 454 Add PromptSaveAvatarCompleted
- 454 Add PromptCreateOutfitCompleted
- 454 Add PromptAllowInventoryReadAccessCompleted
- 454 Add OpenPromptSetFavorite
- 454 Add OpenPromptSaveAvatar
- 454 Add OpenPromptCreateOufit
- 454 Add OpenAllowInventoryReadAccess
- 454 Add SignalSetFavoritePermissionDenied
- 454 Add SignalSetFavoriteFailed
- 454 Add SignalSaveAvatarPermissionDenied
- 454 Add SignalSaveAvatarFailed
- 454 Add SignalCreateOutfitPermissionDenied
- 454 Add SetAllowInventoryReadAccess
- 454 Add PromptSetFavorite
- 454 Add PromptSaveAvatar
- 454 Add PromptCreateOutfit
- 454 Add PromptAllowInventoryReadAccess
- 454 Add PerformSetFavorite
- 454 Add PerformSaveAvatarNew
- 454 Add PerformSaveAvatar
- 454 Add PerformCreateOutfit
- 454 Add GetOutfits
- 454 Add GetInventory
- 454 Add GetFavorite
- 452 Remove PromptSetFavoriteCompleted
- 452 Remove PromptSaveAvatarCompleted
- 452 Remove PromptCreateOutfitCompleted
- 452 Remove PromptAllowInventoryReadAccessCompleted
- 452 Remove OpenPromptSetFavorite
- 452 Remove OpenPromptSaveAvatar
- 452 Remove OpenPromptCreateOufit
- 452 Remove OpenAllowInventoryReadAccess
- 452 Remove SignalSetFavoritePermissionDenied
- 452 Remove SignalSetFavoriteFailed
- 452 Remove SignalSaveAvatarPermissionDenied
- 452 Remove SignalSaveAvatarFailed
- 452 Remove SignalCreateOutfitPermissionDenied
- 452 Remove SetAllowInventoryReadAccess
- 452 Remove PromptSetFavorite
- 452 Remove PromptSaveAvatar
- 452 Remove PromptCreateOutfit
- 452 Remove PromptAllowInventoryReadAccess
- 452 Remove PerformSetFavorite
- 452 Remove PerformSaveAvatar
- 452 Remove PerformCreateOutfit
- 452 Remove GetOutfits
- 452 Remove GetInventory
- 452 Remove GetFavorite
- 453 Add PromptSetFavoriteCompleted
- 453 Add PromptSaveAvatarCompleted
- 453 Add PromptCreateOutfitCompleted
- 453 Add PromptAllowInventoryReadAccessCompleted
- 453 Add OpenPromptSetFavorite
- 453 Add OpenPromptSaveAvatar
- 453 Add OpenPromptCreateOufit
- 453 Add OpenAllowInventoryReadAccess
- 453 Add SignalSetFavoritePermissionDenied
- 453 Add SignalSetFavoriteFailed
- 453 Add SignalSaveAvatarPermissionDenied
- 453 Add SignalSaveAvatarFailed
- 453 Add SignalCreateOutfitPermissionDenied
- 453 Add SetAllowInventoryReadAccess
- 453 Add PromptSetFavorite
- 453 Add PromptSaveAvatar
- 453 Add PromptCreateOutfit
- 453 Add PromptAllowInventoryReadAccess
- 453 Add PerformSetFavorite
- 453 Add PerformSaveAvatar
- 453 Add PerformCreateOutfit
- 453 Add GetOutfits
- 453 Add GetInventory
- 453 Add GetFavorite
- 451 Add SearchCatalog
- 451 Change Parameters of GetItemDetails from (itemId: int64, itemType: ItemType) to (itemId: int64, itemType: AvatarItemType)
- 446 Add GetRecommendedBundles
- 446 Add GetRecommendedAssets
- 446 Add GetItemDetails
- 446 Add GetAvatarRules
- 446 Add AvatarEditorService
Members 62
CheckApplyDefaultClothing
Parameters (1) | ||
---|---|---|
humanoidDescription | HumanoidDescription | |
Returns (1) | ||
HumanoidDescription |
Returns a new HumanoidDescription with the Shirt and Pants properties updated if necessary. Returns nil if default clothing was not needed.
Default clothing is necessary if the HumanoidDescription does not currently have Shirt and Pants equipped and the body colors are too similar.
Thread safety | Unsafe |
---|
History 7
- 483 Change ReturnType of CheckApplyDefaultClothing from Instance to HumanoidDescription
- 483 Change Parameters of CheckApplyDefaultClothing from (humanoidDescription: Instance) to (humanoidDescription: HumanoidDescription)
- 462 Change ThreadSafety of CheckApplyDefaultClothing from to Unsafe
- 460 Change Security of CheckApplyDefaultClothing from RobloxScriptSecurity to None
- 459 Add CheckApplyDefaultClothing
- 458 Remove CheckApplyDefaultClothing
- 459 Add CheckApplyDefaultClothing
ConformToAvatarRules
Parameters (1) | ||
---|---|---|
humanoidDescription | HumanoidDescription | |
Returns (1) | ||
HumanoidDescription |
Thread safety | Unsafe |
---|
History 7
- 542 Change Security of ConformToAvatarRules from RobloxScriptSecurity to None
- 483 Change ReturnType of ConformToAvatarRules from Instance to HumanoidDescription
- 483 Change Parameters of ConformToAvatarRules from (humanoidDescription: Instance) to (humanoidDescription: HumanoidDescription)
- 462 Change ThreadSafety of ConformToAvatarRules from to Unsafe
- 459 Add ConformToAvatarRules
- 458 Remove ConformToAvatarRules
- 459 Add ConformToAvatarRules
GetAccessoryType
Parameters (1) | ||
---|---|---|
avatarAssetType | AvatarAssetType | |
Returns (1) | ||
AccessoryType |
Thread safety | Unsafe |
---|
History 1
- 544 Add GetAccessoryType
GetAvatarRules
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
This function returns the platform Avatar rules for things like scaling, default shirts and pants, number of wearable assets, ect.
The returned table includes the following fields:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
|
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of GetAvatarRules from to Unsafe
- 446 Add GetAvatarRules
GetBatchItemDetails
Parameters (2) | ||
---|---|---|
itemIds | Array | |
itemType | AvatarItemType | |
Returns (1) | ||
Array |
Gets the item details for a list of items at once. More efficient than AvatarEditorService:GetItemDetails if you need to get all the item details of a list.
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of GetBatchItemDetails from to Unsafe
- 460 Add GetBatchItemDetails
GetFavorite
Parameters (2) | ||
---|---|---|
itemId | int64 | |
itemType | AvatarItemType | |
Returns (1) | ||
bool |
This function returns if the Players.LocalPlayer has favorited the given bundle or asset.
Thread safety | Unsafe |
---|
History 4
- 462 Change ThreadSafety of GetFavorite from to Unsafe
- 454 Add GetFavorite
- 452 Remove GetFavorite
- 453 Add GetFavorite
GetInventory
Parameters (1) | ||
---|---|---|
assetTypes | Array | |
Returns (1) | ||
InventoryPages |
Returns an InventoryPages object with information about owned items in the users inventory with the given AvatarAssetTypes.
The returned table includes the following fields:
1 2 3 4 5 6 7 8 |
|
Thread safety | Unsafe |
---|
History 5
- 483 Change ReturnType of GetInventory from Instance to InventoryPages
- 462 Change ThreadSafety of GetInventory from to Unsafe
- 454 Add GetInventory
- 452 Remove GetInventory
- 453 Add GetInventory
GetItemDetails
Parameters (2) | ||
---|---|---|
itemId | int64 | |
itemType | AvatarItemType | |
Returns (1) | ||
Dictionary |
This function returns the item details for the given item. It accepts two parameters - the first indicating the ID of the item being retrieved and the second indicating its ItemType.
Data returned in the format:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|
To query for limited or unlimited assets, use the following
itemRestrictions
values:
itemRestrictions | Limited or Unlimited |
---|---|
empty | Unlimited |
Collectible | UGC Limited |
Limited | Roblox Limited |
LimitedUnique | Roblox Limited Unique |
Thread safety | Unsafe |
---|
History 3
- 462 Change ThreadSafety of GetItemDetails from to Unsafe
- 451 Change Parameters of GetItemDetails from (itemId: int64, itemType: ItemType) to (itemId: int64, itemType: AvatarItemType)
- 446 Add GetItemDetails
GetOutfitDetails
Parameters (1) | ||
---|---|---|
outfitId | int64 | |
Returns (1) | ||
Dictionary |
This function returns the outfit details for the given outfit. It accepts one parameter: the ID of the outfit.
Data returns in the following format:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
Thread safety | Unsafe |
---|
History 1
- 578 Add GetOutfitDetails
GetOutfits
Parameters (2) | Default | |
---|---|---|
outfitSource | OutfitSource | All |
outfitType | OutfitType | All |
Returns (1) | ||
OutfitPages |
This function returns outfit data for the Players.LocalPlayer. This would be used with Players:GetHumanoidDescriptionFromOutfitId() to update the players character to the outfit. Access to this would also depend on AvatarEditorService:PromptAllowInventoryReadAccess() being accepted by the user.
The returned table includes the following fields:
1 2 3 4 5 6 7 |
|
Name | type | Description |
---|---|---|
id | int | |
name | string | |
isEditable | boolean |
Thread safety | Unsafe |
---|
History 7
- 539 Change Parameters of GetOutfits from (outfitSource: OutfitSource = All) to (outfitSource: OutfitSource = All, outfitType: OutfitType = All)
- 483 Change ReturnType of GetOutfits from Instance to OutfitPages
- 481 Change Parameters of GetOutfits from () to (outfitSource: OutfitSource = All)
- 462 Change ThreadSafety of GetOutfits from to Unsafe
- 454 Add GetOutfits
- 452 Remove GetOutfits
- 453 Add GetOutfits
GetRecommendedAssets
Parameters (2) | Default | |
---|---|---|
assetType | AvatarAssetType | |
contextAssetId | int64 | 0 |
Returns (1) | ||
Array |
Returns a list of recommended assets based on a given AssetType and asset id. Use this to gather a list of similar assets to the asset provided. Take a look at the code sample below for more information on possible usages for this function.
Data is in the format:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|
Thread safety | Unsafe |
---|
History 4
- 550 Change Tags of GetRecommendedAssets from [Yields, Deprecated] to [Yields]
- 538 Change Tags of GetRecommendedAssets from [Yields] to [Yields, Deprecated]
- 462 Change ThreadSafety of GetRecommendedAssets from to Unsafe
- 446 Add GetRecommendedAssets
GetRecommendedBundles
Parameters (1) | ||
---|---|---|
bundleId | int64 | |
Returns (1) | ||
Array |
This function returns a list of recommended bundles for a given bundle id.
Data is in the format:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|
Thread safety | Unsafe |
---|
History 4
- 550 Change Tags of GetRecommendedBundles from [Yields, Deprecated] to [Yields]
- 538 Change Tags of GetRecommendedBundles from [Yields] to [Yields, Deprecated]
- 462 Change ThreadSafety of GetRecommendedBundles from to Unsafe
- 446 Add GetRecommendedBundles
NoPromptCreateOutfit
Parameters (4) | Default | |
---|---|---|
humanoidDescription | HumanoidDescription | |
rigType | HumanoidRigType | |
name | string | |
gearAssetId | int64 | 0 |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 607 Change Parameters of NoPromptCreateOutfit from (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, name: string) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, name: string, gearAssetId: int64 = 0)
- 483 Change Parameters of NoPromptCreateOutfit from (humanoidDescription: Instance, rigType: HumanoidRigType, name: string) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, name: string)
- 481 Add NoPromptCreateOutfit
NoPromptDeleteOutfit
Parameters (1) | ||
---|---|---|
outfitId | int64 | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
NoPromptRenameOutfit
Parameters (2) | ||
---|---|---|
outfitId | int64 | |
name | string | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
NoPromptSaveAvatar
Parameters (4) | Default | |
---|---|---|
humanoidDescription | HumanoidDescription | |
rigType | HumanoidRigType | |
saveDict | Dictionary | |
gearAssetId | int64 | 0 |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
NoPromptSaveAvatarThumbnailCustomization
Parameters (5) | Default | |
---|---|---|
thumbnailType | AvatarThumbnailCustomizationType | |
emoteAssetId | int64 | |
cameraDistanceScale | float | |
yRotDeg | float | |
fieldOfViewDeg | float | 0 |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 564 Change Parameters of NoPromptSaveAvatarThumbnailCustomization from (thumbnailType: int, emoteAssetId: int64, cameraDistanceScale: float, yRotDeg: float, fieldOfViewDeg: float = 0) to (thumbnailType: AvatarThumbnailCustomizationType, emoteAssetId: int64, cameraDistanceScale: float, yRotDeg: float, fieldOfViewDeg: float = 0)
- 557 Add NoPromptSaveAvatarThumbnailCustomization
NoPromptSetFavorite
Parameters (3) | ||
---|---|---|
itemId | int64 | |
itemType | AvatarItemType | |
shouldFavorite | bool | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
NoPromptUpdateOutfit
Parameters (4) | Default | |
---|---|---|
outfitId | int64 | |
humanoidDescription | HumanoidDescription | |
rigType | HumanoidRigType | |
gearAssetId | int64 | 0 |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 607 Change Parameters of NoPromptUpdateOutfit from (outfitId: int64, humanoidDescription: HumanoidDescription, rigType: HumanoidRigType) to (outfitId: int64, humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, gearAssetId: int64 = 0)
- 501 Add NoPromptUpdateOutfit
OpenAllowInventoryReadAccess
Parameters (0) | ||
---|---|---|
No parameters. |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 462 Change ThreadSafety of OpenAllowInventoryReadAccess from to Unsafe
- 454 Add OpenAllowInventoryReadAccess
- 452 Remove OpenAllowInventoryReadAccess
- 453 Add OpenAllowInventoryReadAccess
OpenPromptCreateOufit
Parameters (2) | |
---|---|
humanoidDescription | HumanoidDescription |
rigType | HumanoidRigType |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 483 Change Parameters of OpenPromptCreateOufit from (humanoidDescription: Instance, rigType: HumanoidRigType) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType)
- 462 Change ThreadSafety of OpenPromptCreateOufit from to Unsafe
- 454 Add OpenPromptCreateOufit
- 452 Remove OpenPromptCreateOufit
- 453 Add OpenPromptCreateOufit
OpenPromptDeleteOutfit
Parameters (1) | |
---|---|
outfitId | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
OpenPromptRenameOutfit
Parameters (1) | |
---|---|
outfitId | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
OpenPromptSaveAvatar
Parameters (2) | |
---|---|
humanoidDescription | HumanoidDescription |
rigType | HumanoidRigType |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 483 Change Parameters of OpenPromptSaveAvatar from (humanoidDescription: Instance, rigType: HumanoidRigType) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType)
- 462 Change ThreadSafety of OpenPromptSaveAvatar from to Unsafe
- 454 Add OpenPromptSaveAvatar
- 452 Remove OpenPromptSaveAvatar
- 453 Add OpenPromptSaveAvatar
OpenPromptSetFavorite
Parameters (3) | |
---|---|
itemId | int64 |
itemType | AvatarItemType |
shouldFavorite | bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 462 Change ThreadSafety of OpenPromptSetFavorite from to Unsafe
- 454 Add OpenPromptSetFavorite
- 452 Remove OpenPromptSetFavorite
- 453 Add OpenPromptSetFavorite
OpenPromptUpdateOutfit
Parameters (3) | |
---|---|
outfitId | int64 |
humanoidDescription | HumanoidDescription |
rigType | HumanoidRigType |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
PerformCreateOutfitWithDescription
Parameters (2) | ||
---|---|---|
humanoidDescription | HumanoidDescription | |
name | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 6
- 573 Change ReturnType of PerformCreateOutfitWithDescription from void to null
- 483 Change Parameters of PerformCreateOutfitWithDescription from (humanoidDescription: Instance, name: string) to (humanoidDescription: HumanoidDescription, name: string)
- 462 Change ThreadSafety of PerformCreateOutfitWithDescription from to Unsafe
- 459 Add PerformCreateOutfitWithDescription
- 458 Remove PerformCreateOutfitWithDescription
- 459 Add PerformCreateOutfitWithDescription
PerformDeleteOutfit
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of PerformDeleteOutfit from void to null
- 492 Add PerformDeleteOutfit
PerformRenameOutfit
Parameters (1) | ||
---|---|---|
name | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of PerformRenameOutfit from void to null
- 496 Add PerformRenameOutfit
PerformSaveAvatarWithDescription
Parameters (3) | ||
---|---|---|
humanoidDescription | HumanoidDescription | |
addedAssets | Array | |
removedAssets | Array | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 6
- 573 Change ReturnType of PerformSaveAvatarWithDescription from void to null
- 483 Change Parameters of PerformSaveAvatarWithDescription from (humanoidDescription: Instance, addedAssets: Array, removedAssets: Array) to (humanoidDescription: HumanoidDescription, addedAssets: Array, removedAssets: Array)
- 462 Change ThreadSafety of PerformSaveAvatarWithDescription from to Unsafe
- 459 Add PerformSaveAvatarWithDescription
- 458 Remove PerformSaveAvatarWithDescription
- 459 Add PerformSaveAvatarWithDescription
PerformSetFavorite
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of PerformSetFavorite from void to null
- 462 Change ThreadSafety of PerformSetFavorite from to Unsafe
- 454 Add PerformSetFavorite
- 452 Remove PerformSetFavorite
- 453 Add PerformSetFavorite
PerformUpdateOutfit
Parameters (1) | ||
---|---|---|
humanoidDescription | HumanoidDescription | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of PerformUpdateOutfit from void to null
- 501 Add PerformUpdateOutfit
PromptAllowInventoryReadAccess
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Prompts the Players.LocalPlayer to allow the developer to read what items the user has in their inventory and other avatar editor related information. The prompt needs to be confirmed by the user for the developer to use AvatarEditorService:GetInventory(), AvatarEditorService:GetOutfits() and AvatarEditorService:GetFavorite(). Permission does not persist between sessions.
Thread safety | Unsafe |
---|
History 5
- 573 Change ReturnType of PromptAllowInventoryReadAccess from void to null
- 462 Change ThreadSafety of PromptAllowInventoryReadAccess from to Unsafe
- 454 Add PromptAllowInventoryReadAccess
- 452 Remove PromptAllowInventoryReadAccess
- 453 Add PromptAllowInventoryReadAccess
PromptAllowInventoryReadAccessCompleted
Parameters (1) | |
---|---|
result | AvatarPromptResult |
This event fires when the AvatarEditorService:PromptAllowInventoryReadAccess() prompt is responded to by the user. It can only return the Success or PermissionDenied enum statuses as it does not perform any web requests which could fail.
Thread safety | Unsafe |
---|
History 4
- 462 Change ThreadSafety of PromptAllowInventoryReadAccessCompleted from to Unsafe
- 454 Add PromptAllowInventoryReadAccessCompleted
- 452 Remove PromptAllowInventoryReadAccessCompleted
- 453 Add PromptAllowInventoryReadAccessCompleted
PromptCreateOutfit
Parameters (2) | ||
---|---|---|
outfit | HumanoidDescription | |
rigType | HumanoidRigType | |
Returns (1) | ||
null |
Prompts the Players.LocalPlayer to save the given HumanoidDescription as an outfit. Does not yield. The result can be retrieved by listening to the AvatarEditorService.PromptCreateOutfitCompleted event.
Thread safety | Unsafe |
---|
History 6
- 573 Change ReturnType of PromptCreateOutfit from void to null
- 483 Change Parameters of PromptCreateOutfit from (outfit: Instance, rigType: HumanoidRigType) to (outfit: HumanoidDescription, rigType: HumanoidRigType)
- 462 Change ThreadSafety of PromptCreateOutfit from to Unsafe
- 454 Add PromptCreateOutfit
- 452 Remove PromptCreateOutfit
- 453 Add PromptCreateOutfit
PromptCreateOutfitCompleted
Parameters (2) | |
---|---|
result | AvatarPromptResult |
failureType | Variant |
This event fires when the PromptSaveOutfit operation is completed. It gives a status enum indicating whether the prompt succeeded, failed or permission was not granted by the user.
Thread safety | Unsafe |
---|
History 5
- 482 Change Parameters of PromptCreateOutfitCompleted from (result: AvatarPromptResult) to (result: AvatarPromptResult, failureType: Variant)
- 462 Change ThreadSafety of PromptCreateOutfitCompleted from to Unsafe
- 454 Add PromptCreateOutfitCompleted
- 452 Remove PromptCreateOutfitCompleted
- 453 Add PromptCreateOutfitCompleted
PromptDeleteOutfit
Parameters (1) | ||
---|---|---|
outfitId | int64 | |
Returns (1) | ||
null |
Prompts the Players.LocalPlayer to delete the given outfit. Does not yield. The result can be retrieved by listening to the AvatarEditorService.PromptDeleteOutfitCompleted event.
Thread safety | Unsafe |
---|
History 2
- 573 Change ReturnType of PromptDeleteOutfit from void to null
- 492 Add PromptDeleteOutfit
PromptDeleteOutfitCompleted
Parameters (1) | |
---|---|
result | AvatarPromptResult |
Fires when the PromptDeleteOutfit operation is completed. It gives a status enum indicating whether the prompt succeeded, failed or permission was not granted by the user.
Thread safety | Unsafe |
---|
History 1
PromptRenameOutfit
Parameters (1) | ||
---|---|---|
outfitId | int64 | |
Returns (1) | ||
null |
Prompts the Players.LocalPlayer to rename the given outfit. Does not yield. The result can be retrieved by listening to the AvatarEditorService.PromptRenameOutfitCompleted event.
Thread safety | Unsafe |
---|
History 2
- 573 Change ReturnType of PromptRenameOutfit from void to null
- 496 Add PromptRenameOutfit
PromptRenameOutfitCompleted
Parameters (1) | |
---|---|
result | AvatarPromptResult |
Fires when the PromptRenameOutfit operation is completed. It gives a status enum indicating whether the prompt succeeded, failed or permission was not granted by the user.
Thread safety | Unsafe |
---|
History 1
PromptSaveAvatar
Parameters (2) | ||
---|---|---|
humanoidDescription | HumanoidDescription | |
rigType | HumanoidRigType | |
Returns (1) | ||
null |
This function prompts the Players.LocalPlayer to update their avatar based on the given HumanoidDescription and RigType (R6 or R15). Does not yield and can get the result by listening to the PromptSaveAvatarCompleted event. This is similar to how other prompts such as PromptPurchase work.
Thread safety | Unsafe |
---|
History 6
- 573 Change ReturnType of PromptSaveAvatar from void to null
- 483 Change Parameters of PromptSaveAvatar from (humanoidDescription: Instance, rigType: HumanoidRigType) to (humanoidDescription: HumanoidDescription, rigType: HumanoidRigType)
- 462 Change ThreadSafety of PromptSaveAvatar from to Unsafe
- 454 Add PromptSaveAvatar
- 452 Remove PromptSaveAvatar
- 453 Add PromptSaveAvatar
PromptSaveAvatarCompleted
Parameters (2) | |
---|---|
result | AvatarPromptResult |
humanoidDescription | HumanoidDescription |
This event fires when the AvatarEditorService:PromptSaveAvatar() operation is completed. It gives a status enum indicating whether the prompt succeeded, failed or permission was not granted by the user.
Thread safety | Unsafe |
---|
History 5
- 484 Change Parameters of PromptSaveAvatarCompleted from (result: AvatarPromptResult) to (result: AvatarPromptResult, humanoidDescription: HumanoidDescription)
- 462 Change ThreadSafety of PromptSaveAvatarCompleted from to Unsafe
- 454 Add PromptSaveAvatarCompleted
- 452 Remove PromptSaveAvatarCompleted
- 453 Add PromptSaveAvatarCompleted
PromptSaveAvatarThumbnailCustomizationCompleted
Parameters (2) | |
---|---|
result | AvatarPromptResult |
failureType | Variant |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
PromptSetFavorite
Parameters (3) | ||
---|---|---|
itemId | int64 | |
itemType | AvatarItemType | |
shouldFavorite | bool | |
Returns (1) | ||
null |
This function prompts the Players.LocalPlayer to favorite or unfavorite the given asset or bundle.
Thread safety | Unsafe |
---|
History 5
- 573 Change ReturnType of PromptSetFavorite from void to null
- 462 Change ThreadSafety of PromptSetFavorite from to Unsafe
- 454 Add PromptSetFavorite
- 452 Remove PromptSetFavorite
- 453 Add PromptSetFavorite
PromptSetFavoriteCompleted
Parameters (1) | |
---|---|
result | AvatarPromptResult |
Fires when the AvatarEditorService:PromptSetFavorite() operation is completed. It gives a status enum indicating whether the prompt succeeded, failed or permission was not granted by the user.
Thread safety | Unsafe |
---|
History 4
- 462 Change ThreadSafety of PromptSetFavoriteCompleted from to Unsafe
- 454 Add PromptSetFavoriteCompleted
- 452 Remove PromptSetFavoriteCompleted
- 453 Add PromptSetFavoriteCompleted
PromptUpdateOutfit
Parameters (3) | ||
---|---|---|
outfitId | int64 | |
updatedOutfit | HumanoidDescription | |
rigType | HumanoidRigType | |
Returns (1) | ||
null |
Prompts the Players.LocalPlayer to update the given outfit with the given HumanoidDescription.
Thread safety | Unsafe |
---|
History 2
- 573 Change ReturnType of PromptUpdateOutfit from void to null
- 501 Add PromptUpdateOutfit
PromptUpdateOutfitCompleted
Parameters (1) | |
---|---|
result | AvatarPromptResult |
Fires when the AvatarEditorService:PromptUpdateOutfit() operation is completed. It gives a status enum indicating whether the prompt succeeded, failed or permission was not granted by the user.
Thread safety | Unsafe |
---|
History 1
SearchCatalog
Parameters (1) | ||
---|---|---|
searchParameters | CatalogSearchParams | |
Returns (1) | ||
CatalogPages |
This function returns a CatalogPages object containing the result of the given search.
The returned data has the format:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
|
Thread safety | Unsafe |
---|
History 3
- 483 Change ReturnType of SearchCatalog from Instance to CatalogPages
- 462 Change ThreadSafety of SearchCatalog from to Unsafe
- 451 Add SearchCatalog
SetAllowInventoryReadAccess
Parameters (1) | ||
---|---|---|
inventoryReadAccessGranted | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of SetAllowInventoryReadAccess from void to null
- 462 Change ThreadSafety of SetAllowInventoryReadAccess from to Unsafe
- 454 Add SetAllowInventoryReadAccess
- 452 Remove SetAllowInventoryReadAccess
- 453 Add SetAllowInventoryReadAccess
SignalCreateOutfitFailed
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of SignalCreateOutfitFailed from void to null
- 462 Change ThreadSafety of SignalCreateOutfitFailed from to Unsafe
- 459 Add SignalCreateOutfitFailed
- 458 Remove SignalCreateOutfitFailed
- 459 Add SignalCreateOutfitFailed
SignalCreateOutfitPermissionDenied
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of SignalCreateOutfitPermissionDenied from void to null
- 462 Change ThreadSafety of SignalCreateOutfitPermissionDenied from to Unsafe
- 454 Add SignalCreateOutfitPermissionDenied
- 452 Remove SignalCreateOutfitPermissionDenied
- 453 Add SignalCreateOutfitPermissionDenied
SignalDeleteOutfitFailed
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of SignalDeleteOutfitFailed from void to null
- 492 Add SignalDeleteOutfitFailed
SignalDeleteOutfitPermissionDenied
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of SignalDeleteOutfitPermissionDenied from void to null
- 492 Add SignalDeleteOutfitPermissionDenied
SignalRenameOutfitFailed
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of SignalRenameOutfitFailed from void to null
- 496 Add SignalRenameOutfitFailed
SignalRenameOutfitPermissionDenied
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of SignalRenameOutfitPermissionDenied from void to null
- 496 Add SignalRenameOutfitPermissionDenied
SignalSaveAvatarFailed
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of SignalSaveAvatarFailed from void to null
- 462 Change ThreadSafety of SignalSaveAvatarFailed from to Unsafe
- 454 Add SignalSaveAvatarFailed
- 452 Remove SignalSaveAvatarFailed
- 453 Add SignalSaveAvatarFailed
SignalSaveAvatarPermissionDenied
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of SignalSaveAvatarPermissionDenied from void to null
- 462 Change ThreadSafety of SignalSaveAvatarPermissionDenied from to Unsafe
- 454 Add SignalSaveAvatarPermissionDenied
- 452 Remove SignalSaveAvatarPermissionDenied
- 453 Add SignalSaveAvatarPermissionDenied
SignalSetFavoriteFailed
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of SignalSetFavoriteFailed from void to null
- 462 Change ThreadSafety of SignalSetFavoriteFailed from to Unsafe
- 454 Add SignalSetFavoriteFailed
- 452 Remove SignalSetFavoriteFailed
- 453 Add SignalSetFavoriteFailed
SignalSetFavoritePermissionDenied
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of SignalSetFavoritePermissionDenied from void to null
- 462 Change ThreadSafety of SignalSetFavoritePermissionDenied from to Unsafe
- 454 Add SignalSetFavoritePermissionDenied
- 452 Remove SignalSetFavoritePermissionDenied
- 453 Add SignalSetFavoritePermissionDenied
SignalUpdateOutfitFailed
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of SignalUpdateOutfitFailed from void to null
- 501 Add SignalUpdateOutfitFailed
SignalUpdateOutfitPermissionDenied
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of SignalUpdateOutfitPermissionDenied from void to null
- 501 Add SignalUpdateOutfitPermissionDenied
refreshAvatarThumbnails
Parameters (1) | ||
---|---|---|
thumbnailTypes | Array | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
Removed members 5
GetRecommendedAssetsV2
Parameters (4) | ||
---|---|---|
assetType | AvatarAssetType | |
assetId | int64 | |
numItems | int | |
includeDetails | bool | |
Returns (1) | ||
Array |
Thread safety | Unsafe |
---|
History 2
- 550 Remove GetRecommendedAssetsV2
- 538 Add GetRecommendedAssetsV2
GetRecommendedBundlesV2
Parameters (4) | ||
---|---|---|
bundleType | BundleType | |
bundleId | int64 | |
numItems | int | |
includeDetails | bool | |
Returns (1) | ||
Array |
Thread safety | Unsafe |
---|
History 2
- 550 Remove GetRecommendedBundlesV2
- 538 Add GetRecommendedBundlesV2
PerformCreateOutfit
Parameters (1) | ||
---|---|---|
name | string | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 512 Remove PerformCreateOutfit
- 462 Change ThreadSafety of PerformCreateOutfit from to Unsafe
- 454 Add PerformCreateOutfit
- 452 Remove PerformCreateOutfit
- 453 Add PerformCreateOutfit
PerformSaveAvatar
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 503 Remove PerformSaveAvatar
- 462 Change ThreadSafety of PerformSaveAvatar from to Unsafe
- 454 Add PerformSaveAvatar
- 452 Remove PerformSaveAvatar
- 453 Add PerformSaveAvatar
PerformSaveAvatarNew
Parameters (2) | ||
---|---|---|
addedAssets | Array | |
removedAssets | Array | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 512 Remove PerformSaveAvatarNew
- 462 Change ThreadSafety of PerformSaveAvatarNew from to Unsafe
- 454 Add PerformSaveAvatarNew