AssetService
A non-replicated service that handles asset-related queries to the Roblox web API.
Memory category | Instances |
---|
Member index 29
Removed member index 13
History | Member | |
---|---|---|
601 | CreateDynamicImageAsync(textureId: Content): DynamicImage | |
602 | CreateDynamicMeshAsync(meshId: Content): DynamicMesh | |
558 | GetAssetThumbnailAsync(assetId: int64, thumbnailSize: Vector2, assetType: int = 0): Tuple | |
319 | GetAssetVersions(placeId: int, pageNum: int = 1): Dictionary | |
319 | GetPlacePermissions(placeId: int): Dictionary | |
591 | LoadImageAsync(textureId: Content): DynamicImage | |
587 | PromptPublishAssetAsync(player: Player, instance: Instance, assetType: AssetType): Tuple | |
319 | RevertAsset(placeId: int, versionNumber: int): bool | |
310 | SetAssetRevertUrl(revertUrl: string): void | |
310 | SetAssetVersionsUrl(versionsUrl: string): void | |
310 | SetPlaceAccessUrl(accessUrl: string): void | |
319 | SetPlacePermissions(placeId: int, accessType: AccessType = Everyone, inviteList: Array = {}): bool | |
602 | createDynamicMeshFromPartAsync(meshPart: Instance): DynamicMesh |
Description
AssetService is a non-replicated service that handles asset-related queries to the Roblox web API.
History 96
- 652 Add CreateAssetVersionAsync
- 652 Add CreateAssetAsync
- 649 Change Security of CreateMeshPartAsync from PluginSecurity to None
- 649 Change Parameters of CreateMeshPartAsync from (meshId: ContentId, options: Dictionary = nil) to (meshContent: Content, options: Dictionary = nil)
- 649 Change Tags of CreateEditableMeshFromPartAsync from [Yields] to [Yields, Deprecated]
- 649 Change PreferredDescriptor of CreateEditableMeshFromPartAsync from to CreateEditableMeshAsync
- 648 Change ReturnType of CreateEditableMeshStripSkinningAsync from EditableMesh to Object
- 648 Change ReturnType of CreateEditableMeshFromPartAsync from EditableMesh to Object
- 648 Change ReturnType of CreateEditableMeshAsync from EditableMesh to Object
- 648 Change Parameters of CreateEditableMeshAsync from (meshId: ContentId) to (content: Content, editableMeshOptions: Dictionary?)
- 648 Change ReturnType of CreateEditableMesh from EditableMesh to Object
- 648 Change Parameters of CreateEditableMesh from () to (editableMeshOptions: Dictionary?)
- 648 Change ReturnType of CreateEditableImageAsync from EditableImage to Object
- 648 Change Parameters of CreateEditableImageAsync from (textureId: ContentId) to (content: Content, editableImageOptions: Dictionary?)
- 648 Change ReturnType of CreateEditableImage from EditableImage to Object
- 648 Change Parameters of CreateEditableImage from () to (editableImageOptions: Dictionary?)
- 648 Add CheckTextureAlphaAsync
- 647 Add CreateEditableMesh
- 647 Add CreateEditableImage
- 645 Change Parameters of CreateMeshPartAsync from (meshId: Content, options: Dictionary = nil) to (meshId: ContentId, options: Dictionary = nil)
- 645 Change Parameters of CreateEditableMeshStripSkinningAsync from (meshId: Content) to (meshId: ContentId)
- 645 Change Parameters of CreateEditableMeshAsync from (meshId: Content) to (meshId: ContentId)
- 645 Change Parameters of CreateEditableImageAsync from (textureId: Content) to (textureId: ContentId)
- 619 Add CreateMeshPartAsync
- 614 Add AudioMetadataResponse
- 614 Add AudioMetadataRequest
- 614 Add AudioMetadataFailedResponse
- 610 Add GetAudioMetadataAsync
- 607 Add CreateEditableMeshStripSkinningAsync
- 602 Remove createDynamicMeshFromPartAsync
- 602 Add CreateEditableMeshFromPartAsync
- 602 Add CreateEditableMeshAsync
- 602 Remove CreateDynamicMeshAsync
- 601 Add createDynamicMeshFromPartAsync
- 601 Add CreateEditableImageAsync
- 601 Remove CreateDynamicImageAsync
- 594 Add PromptImportAnimationClipFromVideoAsync
- 593 Add CreateDynamicMeshAsync
- 591 Remove LoadImageAsync
- 591 Add CreateDynamicImageAsync
- 589 Add RegisterUGCValidationFunction
- 587 Add OpenCreateResultModal
- 587 Remove PromptPublishAssetAsync
- 587 Add PromptCreateAssetAsync
- 583 Add LoadImageAsync
- 583 Add DeserializeInstance
- 573 Change ReturnType of SavePlaceAsync from void to null
- 568 Add SearchAudio
- 567 Add OpenPublishResultModal
- 567 Add PromptPublishAssetAsync
- 558 Remove GetAssetThumbnailAsync
- 553 Change PreferredDescriptor of GetCreatorAssetID from to GetProductInfo
- 462 Change ThreadSafety of SavePlaceAsync from to Unsafe
- 462 Change ThreadSafety of GetGamePlacesAsync from to Unsafe
- 462 Change ThreadSafety of GetCreatorAssetID from to Unsafe
- 462 Change ThreadSafety of GetBundleDetailsSync from to Unsafe
- 462 Change ThreadSafety of GetBundleDetailsAsync from to Unsafe
- 462 Change ThreadSafety of GetAssetThumbnailAsync from to Unsafe
- 462 Change ThreadSafety of GetAssetIdsForPackage from to Unsafe
- 462 Change ThreadSafety of CreatePlaceInPlayerInventoryAsync from to Unsafe
- 462 Change ThreadSafety of CreatePlaceAsync from to Unsafe
- 375 Add GetBundleDetailsSync
- 360 Add GetBundleDetailsAsync
- 325 Change ReturnType of GetCreatorAssetID from int to int64
- 325 Change ReturnType of CreatePlaceInPlayerInventoryAsync from int to int64
- 325 Change ReturnType of CreatePlaceAsync from int to int64
- 319 Remove SetPlacePermissions
- 319 Remove RevertAsset
- 319 Remove GetPlacePermissions
- 319 Change Parameters of GetCreatorAssetID from (creationID: int) to (creationID: int64)
- 319 Remove GetAssetVersions
- 315 Change Parameters of GetAssetThumbnailAsync from (assetId: int, thumbnailSize: Vector2, assetType: int = 0) to (assetId: int64, thumbnailSize: Vector2, assetType: int = 0)
- 315 Change Parameters of GetAssetIdsForPackage from (packageAssetId: int) to (packageAssetId: int64)
- 315 Change Parameters of CreatePlaceInPlayerInventoryAsync from (player: Instance, placeName: string, templatePlaceID: int, description: string = ) to (player: Instance, placeName: string, templatePlaceID: int64, description: string = )
- 315 Change Parameters of CreatePlaceAsync from (placeName: string, templatePlaceID: int, description: string = ) to (placeName: string, templatePlaceID: int64, description: string = )
- 312 Add GetAssetThumbnailAsync
- 311 Remove GetAssetThumbnailAsync
- 312 Add GetAssetThumbnailAsync
- 310 Remove SetPlaceAccessUrl
- 310 Remove SetAssetVersionsUrl
- 310 Remove SetAssetRevertUrl
- 292 Change Tags of GetCreatorAssetID from [Yields] to [Yields, Deprecated]
- 268 Add GetAssetIdsForPackage
- 163 Add GetGamePlacesAsync
- 138 Add SavePlaceAsync
- 138 Add CreatePlaceInPlayerInventoryAsync
- 138 Add CreatePlaceAsync
- 122 Add GetCreatorAssetID
- 119 Add SetPlacePermissions
- 119 Add SetPlaceAccessUrl
- 119 Add SetAssetVersionsUrl
- 119 Add SetAssetRevertUrl
- 119 Add RevertAsset
- 119 Add GetPlacePermissions
- 119 Add GetAssetVersions
- 119 Add AssetService
Members 29
AudioMetadataFailedResponse
Parameters (1) | |
---|---|
requestid | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
AudioMetadataRequest
Parameters (2) | |
---|---|
requestid | int64 |
request | Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
AudioMetadataResponse
Parameters (2) | |
---|---|
requestid | int64 |
response | Array |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CheckTextureAlphaAsync
Parameters (1) | ||
---|---|---|
textureId | ContentId | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CreateAssetAsync
Parameters (3) | Default | |
---|---|---|
object | Object | |
assetType | AssetType | |
requestParameters | Dictionary | nil |
Returns (1) | ||
Tuple |
Thread safety | Unsafe |
---|
History 1
- 652 Add CreateAssetAsync
CreateAssetVersionAsync
Parameters (4) | Default | |
---|---|---|
object | Object | |
assetType | AssetType | |
assetId | int64 | |
requestParameters | Dictionary | nil |
Returns (1) | ||
Tuple |
Thread safety | Unsafe |
---|
History 1
CreateEditableImage
Parameters (1) | ||
---|---|---|
editableImageOptions | Dictionary? | |
Returns (1) | ||
Object |
Creates a new EditableImage. By default, the resolution is set at 512×512, but you can specify a different size using the method's option table.
If the device‑specific editable memory budget is exhausted, creation fails
and this method returns nil
.
Thread safety | Unsafe |
---|
History 3
- 648 Change ReturnType of CreateEditableImage from EditableImage to Object
- 648 Change Parameters of CreateEditableImage from () to (editableImageOptions: Dictionary?)
- 647 Add CreateEditableImage
CreateEditableImageAsync
Parameters (2) | ||
---|---|---|
content | Content | |
editableImageOptions | Dictionary? | |
Returns (1) | ||
Object |
Creates a new EditableImage object populated with the given
texture. Non-asset texture IDs such as rbxthumb://
are supported. If
using an image asset, it must be associated with and/or owned by a creator
of the experience, or it must have been created inside the experience. If
the device-specific editable memory budget is exhausted, creation will
fail and this method will return nil
.
See the Enabling EditableImage for Published Experiences and Permissions sections of EditableImage for special considerations when using this API.
Thread safety | Unsafe |
---|
History 4
- 648 Change ReturnType of CreateEditableImageAsync from EditableImage to Object
- 648 Change Parameters of CreateEditableImageAsync from (textureId: ContentId) to (content: Content, editableImageOptions: Dictionary?)
- 645 Change Parameters of CreateEditableImageAsync from (textureId: Content) to (textureId: ContentId)
- 601 Add CreateEditableImageAsync
CreateEditableMesh
Parameters (1) | ||
---|---|---|
editableMeshOptions | Dictionary? | |
Returns (1) | ||
Object |
Creates a new, empty EditableMesh. Vertices, triangles and their
attributes can be added dynamically to it. If the device‑specific editable
memory budget is exhausted, creation will fail and this method will return
nil
.
Thread safety | Unsafe |
---|
History 3
- 648 Change ReturnType of CreateEditableMesh from EditableMesh to Object
- 648 Change Parameters of CreateEditableMesh from () to (editableMeshOptions: Dictionary?)
- 647 Add CreateEditableMesh
CreateEditableMeshAsync
Parameters (2) | ||
---|---|---|
content | Content | |
editableMeshOptions | Dictionary? | |
Returns (1) | ||
Object |
Returns a new EditableMesh object created from an existing mesh content ID. By default a EditableMesh created from this method will be fixed size such that mesh data can only be modified, not added nor removed. A fixed size EditableMesh consumes less memory and should be preferred when possible.
If the device-specific editable memory budget is exhausted, creation will
fail and this method will return nil
.
See the Enabling EditableMesh for Published Experiences and Permissions sections of EditableMesh for special considerations when using this API.
Thread safety | Unsafe |
---|
History 4
- 648 Change ReturnType of CreateEditableMeshAsync from EditableMesh to Object
- 648 Change Parameters of CreateEditableMeshAsync from (meshId: ContentId) to (content: Content, editableMeshOptions: Dictionary?)
- 645 Change Parameters of CreateEditableMeshAsync from (meshId: Content) to (meshId: ContentId)
- 602 Add CreateEditableMeshAsync
CreateEditableMeshFromPartAsync
Parameters (1) | ||
---|---|---|
meshPart | Instance | |
Returns (1) | ||
Object |
Returns a new EditableMesh instance created from the MeshId of an existing MeshPart.
Thread safety | Unsafe |
---|
History 4
- 649 Change Tags of CreateEditableMeshFromPartAsync from [Yields] to [Yields, Deprecated]
- 649 Change PreferredDescriptor of CreateEditableMeshFromPartAsync from to CreateEditableMeshAsync
- 648 Change ReturnType of CreateEditableMeshFromPartAsync from EditableMesh to Object
- 602 Add CreateEditableMeshFromPartAsync
CreateEditableMeshStripSkinningAsync
Parameters (1) | ||
---|---|---|
meshId | ContentId | |
Returns (1) | ||
Object |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 648 Change ReturnType of CreateEditableMeshStripSkinningAsync from EditableMesh to Object
- 645 Change Parameters of CreateEditableMeshStripSkinningAsync from (meshId: Content) to (meshId: ContentId)
- 607 Add CreateEditableMeshStripSkinningAsync
CreateMeshPartAsync
Parameters (2) | Default | |
---|---|---|
meshContent | Content | |
options | Dictionary | nil |
Returns (1) | ||
MeshPart |
This method creates a MeshPart with a specified CollisionFidelity, RenderFidelity, and FluidFidelity. Because MeshPart.MeshId is read only, this method is for creating a mesh with any mesh ID through scripts, without having to clone an existing MeshPart. It throws errors if creation fails.
Thread safety | Unsafe |
---|
History 4
- 649 Change Security of CreateMeshPartAsync from PluginSecurity to None
- 649 Change Parameters of CreateMeshPartAsync from (meshId: ContentId, options: Dictionary = nil) to (meshContent: Content, options: Dictionary = nil)
- 645 Change Parameters of CreateMeshPartAsync from (meshId: Content, options: Dictionary = nil) to (meshId: ContentId, options: Dictionary = nil)
- 619 Add CreateMeshPartAsync
CreatePlaceAsync
Parameters (3) | Default | |
---|---|---|
placeName | string | |
templatePlaceID | int64 | |
description | string | |
Returns (1) | ||
int64 |
Clones a place through the given templatePlaceID
and returns the
PlaceId of the new place, which you can use with
TeleportService. The clone place displays within the inventory of
the place's creator with the given name and description.
Note that the template place must have template copying enabled through place settings. You cannot use this method to clone places that you don't own.
Frequent use of this API is not recommended, particularly if the created places contain scripts, as updating the code in a large volume of places quickly becomes infeasible. For user-generated worlds, consider serializing user creations and saving them in DataStores instead.
Thread safety | Unsafe |
---|
History 4
- 462 Change ThreadSafety of CreatePlaceAsync from to Unsafe
- 325 Change ReturnType of CreatePlaceAsync from int to int64
- 315 Change Parameters of CreatePlaceAsync from (placeName: string, templatePlaceID: int, description: string = ) to (placeName: string, templatePlaceID: int64, description: string = )
- 138 Add CreatePlaceAsync
CreatePlaceInPlayerInventoryAsync
Parameters (4) | Default | |
---|---|---|
player | Instance | |
placeName | string | |
templatePlaceID | int64 | |
description | string | |
Returns (1) | ||
int64 |
Thread safety | Unsafe |
---|
History 4
- 462 Change ThreadSafety of CreatePlaceInPlayerInventoryAsync from to Unsafe
- 325 Change ReturnType of CreatePlaceInPlayerInventoryAsync from int to int64
- 315 Change Parameters of CreatePlaceInPlayerInventoryAsync from (player: Instance, placeName: string, templatePlaceID: int, description: string = ) to (player: Instance, placeName: string, templatePlaceID: int64, description: string = )
- 138 Add CreatePlaceInPlayerInventoryAsync
DeserializeInstance
Parameters (1) | ||
---|---|---|
serializedInstance | string | |
Returns (1) | ||
Instance |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetAssetIdsForPackage
Parameters (1) | ||
---|---|---|
packageAssetId | int64 | |
Returns (1) | ||
Array |
Returns an array of asset IDs that are contained in a specified package.
Thread safety | Unsafe |
---|
History 3
- 462 Change ThreadSafety of GetAssetIdsForPackage from to Unsafe
- 315 Change Parameters of GetAssetIdsForPackage from (packageAssetId: int) to (packageAssetId: int64)
- 268 Add GetAssetIdsForPackage
GetAudioMetadataAsync
Parameters (1) | ||
---|---|---|
idList | Array | |
Returns (1) | ||
Array |
Provides relevant metadata about a specific audio source (artist, title, duration, type, etc.).
Thread safety | Unsafe |
---|
History 1
GetBundleDetailsAsync
Parameters (1) | ||
---|---|---|
bundleId | int64 | |
Returns (1) | ||
Dictionary |
This function returns details of the contents of the specified bundle.
If the bundle ID does not exist, it throws HTTP 400 (Bad Request)
. If
bundleId
is not convertible to an integer, it throws
Unable to cast string to int64
.
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of GetBundleDetailsAsync from to Unsafe
- 360 Add GetBundleDetailsAsync
GetBundleDetailsSync
Parameters (1) | ||
---|---|---|
bundleId | int64 | |
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetBundleDetailsSync from to Unsafe
- 375 Add GetBundleDetailsSync
GetCreatorAssetID
Parameters (1) | ||
---|---|---|
creationID | int64 | |
Returns (1) | ||
int64 |
The GetCreatorAssetID function returns the Player.UserId of the account who created the creationID asset.
This member is broken and doesn't function correctly. Avoid using it.
Thread safety | Unsafe |
---|
History 6
- 553 Change PreferredDescriptor of GetCreatorAssetID from to GetProductInfo
- 462 Change ThreadSafety of GetCreatorAssetID from to Unsafe
- 325 Change ReturnType of GetCreatorAssetID from int to int64
- 319 Change Parameters of GetCreatorAssetID from (creationID: int) to (creationID: int64)
- 292 Change Tags of GetCreatorAssetID from [Yields] to [Yields, Deprecated]
- 122 Add GetCreatorAssetID
GetGamePlacesAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Instance |
Returns a StandardPages object which contains the name and PlaceId of places within the current experience.
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of GetGamePlacesAsync from to Unsafe
- 163 Add GetGamePlacesAsync
OpenCreateResultModal
Parameters (1) | |
---|---|
resultType | PromptCreateAssetResult |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
OpenPublishResultModal
Parameters (1) | |
---|---|
resultType | PromptPublishAssetResult |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
PromptCreateAssetAsync
Parameters (3) | ||
---|---|---|
player | Player | |
instance | Instance | |
assetType | AssetType | |
Returns (1) | ||
Tuple |
Allows in-experience asset creation for users by prompting a publish dialog. When called, it presents a dialog to the user, allowing them to enter a name, description, and preview the asset. Upon submitting, it saves the asset to the user's inventory. Can only be invoked on the server side.
Thread safety | Unsafe |
---|
History 1
PromptImportAnimationClipFromVideoAsync
Parameters (2) | ||
---|---|---|
player | Player | |
progressCallback | Function | |
Returns (1) | ||
Tuple |
Thread safety | Unsafe |
---|
History 1
RegisterUGCValidationFunction
Parameters (1) | ||
---|---|---|
function | Function | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
SavePlaceAsync
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Saves the state of the current place. Only works for places that are created with AssetService:CreatePlaceAsync() or which have the API enabled through place settings.
Thread safety | Unsafe |
---|
History 3
- 573 Change ReturnType of SavePlaceAsync from void to null
- 462 Change ThreadSafety of SavePlaceAsync from to Unsafe
- 138 Add SavePlaceAsync
SearchAudio
Parameters (1) | ||
---|---|---|
searchParameters | AudioSearchParams | |
Returns (1) | ||
AudioPages |
Returns a AudioPages object containing the result of the given search. Will not return fields with empty values.
Note that this method has a low HTTP request limit and can throw an error,
so it should always be wrapped in pcall()
for error handling. Possible
error messages include:
Error Message | Reason |
---|---|
HTTP 429 (Too Many Requests) | AssetService:SearchAudio() has been called too many times. |
Unexpected type for data, expected array got null | The keyword argument was filtered. |
Thread safety | Unsafe |
---|
History 1
- 568 Add SearchAudio
Removed members 13
CreateDynamicImageAsync
Parameters (1) | ||
---|---|---|
textureId | Content | |
Returns (1) | ||
DynamicImage |
Thread safety | Unsafe |
---|
History 2
- 601 Remove CreateDynamicImageAsync
- 591 Add CreateDynamicImageAsync
CreateDynamicMeshAsync
Parameters (1) | ||
---|---|---|
meshId | Content | |
Returns (1) | ||
DynamicMesh |
Thread safety | Unsafe |
---|
History 2
- 602 Remove CreateDynamicMeshAsync
- 593 Add CreateDynamicMeshAsync
GetAssetThumbnailAsync
Parameters (3) | Default | |
---|---|---|
assetId | int64 | |
thumbnailSize | Vector2 | |
assetType | int | 0 |
Returns (1) | ||
Tuple |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 6
- 558 Remove GetAssetThumbnailAsync
- 462 Change ThreadSafety of GetAssetThumbnailAsync from to Unsafe
- 315 Change Parameters of GetAssetThumbnailAsync from (assetId: int, thumbnailSize: Vector2, assetType: int = 0) to (assetId: int64, thumbnailSize: Vector2, assetType: int = 0)
- 312 Add GetAssetThumbnailAsync
- 311 Remove GetAssetThumbnailAsync
- 312 Add GetAssetThumbnailAsync
GetAssetVersions
Parameters (2) | Default | |
---|---|---|
placeId | int | |
pageNum | int | 1 |
Returns (1) | ||
Dictionary |
History 2
- 319 Remove GetAssetVersions
- 119 Add GetAssetVersions
GetPlacePermissions
Parameters (1) | ||
---|---|---|
placeId | int | |
Returns (1) | ||
Dictionary |
History 2
- 319 Remove GetPlacePermissions
- 119 Add GetPlacePermissions
LoadImageAsync
Parameters (1) | ||
---|---|---|
textureId | Content | |
Returns (1) | ||
DynamicImage |
Thread safety | Unsafe |
---|
History 2
- 591 Remove LoadImageAsync
- 583 Add LoadImageAsync
PromptPublishAssetAsync
Parameters (3) | ||
---|---|---|
player | Player | |
instance | Instance | |
assetType | AssetType | |
Returns (1) | ||
Tuple |
Thread safety | Unsafe |
---|
History 2
- 587 Remove PromptPublishAssetAsync
- 567 Add PromptPublishAssetAsync
RevertAsset
Parameters (2) | ||
---|---|---|
placeId | int | |
versionNumber | int | |
Returns (1) | ||
bool |
History 2
- 319 Remove RevertAsset
- 119 Add RevertAsset
SetAssetRevertUrl
Parameters (1) | ||
---|---|---|
revertUrl | string | |
Returns (1) | ||
void |
Security | LocalUserSecurity |
---|
History 2
- 310 Remove SetAssetRevertUrl
- 119 Add SetAssetRevertUrl
SetAssetVersionsUrl
Parameters (1) | ||
---|---|---|
versionsUrl | string | |
Returns (1) | ||
void |
Security | LocalUserSecurity |
---|
History 2
- 310 Remove SetAssetVersionsUrl
- 119 Add SetAssetVersionsUrl
SetPlaceAccessUrl
Parameters (1) | ||
---|---|---|
accessUrl | string | |
Returns (1) | ||
void |
Security | LocalUserSecurity |
---|
History 2
- 310 Remove SetPlaceAccessUrl
- 119 Add SetPlaceAccessUrl
SetPlacePermissions
Parameters (3) | Default | |
---|---|---|
placeId | int | |
accessType | AccessType | Everyone |
inviteList | Array | {} |
Returns (1) | ||
bool |
History 2
- 319 Remove SetPlacePermissions
- 119 Add SetPlacePermissions
createDynamicMeshFromPartAsync
Parameters (1) | ||
---|---|---|
meshPart | Instance | |
Returns (1) | ||
DynamicMesh |
Thread safety | Unsafe |
---|