Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AssetManagerService

This class is not replicated. Its interface does not cross the network boundary.
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.
Tags: [NotCreatable, Service, NotReplicated]

Member index 26

HistoryMember
462AddNewPlace(): int64
573CreateAlias(assetType: int, assetId: int64, aliasName: string): null
573DeleteAlias(aliasName: string): null
499GetMeshIdFromAliasName(aliasName: string): int64
499GetMeshIdFromAssetId(assetId: int64): int64
499GetTextureIdFromAliasName(aliasName: string): int64
499GetTextureIdFromAssetId(assetId: int64): int64
573InsertAudio(assetId: int64, assetName: string): null
573InsertImage(assetId: int64): null
607InsertImages(assetIds: Array): null
624InsertMesh(aliasName: string, insertWithLocation: bool, sourceAssetId: int64): null
624InsertMeshesWithLocation(aliasNames: Array, meshIds: Array): null
573InsertModel(modelId: int64): null
573InsertPackage(packageId: int64): null
573InsertVideo(assetId: int64, assetName: string): null
573OpenPlace(placeId: int64): null
573RemovePlace(placeId: int64): null
573RenameAlias(assetType: int, assetId: int64, oldAliasName: string, newAliasName: string): null
573RenameModel(modelId: int64, newName: string): null
573RenamePlace(placeId: int64, newName: string): null
573ShowPackageDetails(packageId: int64): null
573UpdateAllPackages(packageId: int64): null
573ViewPackageOnWebsite(packageId: int64): null
503AssetImportedSignal(assetType: AssetType, assetId: string, assetName: int64)
503ImportSessionFinished()
503ImportSessionStarted()
inherited from Instance
553Archivable: bool
635Capabilities: SecurityCapabilities
553ClassName: string
553Name: string
553Parent: Instance
635Sandboxed: bool
616UniqueId: UniqueId
553className: string
576AddTag(tag: string): null
573ClearAllChildren(): null
462Clone(): Instance
573Destroy(): null
486FindFirstAncestor(name: string): Instance
486FindFirstAncestorOfClass(className: string): Instance
486FindFirstAncestorWhichIsA(className: string): Instance
486FindFirstChild(name: string, recursive: bool = false): Instance
486FindFirstChildOfClass(className: string): Instance
486FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance
486FindFirstDescendant(name: string): Instance
563GetActor(): Actor
486GetAttribute(attribute: string): Variant
462GetAttributeChangedSignal(attribute: string): RBXScriptSignal
631GetAttributes(): Dictionary
486GetChildren(): Objects
462GetDebugId(scopeLength: int = 4): string
486GetDescendants(): Array
486GetFullName(): string
462GetPropertyChangedSignal(property: string): RBXScriptSignal
576GetTags(): Array
576HasTag(tag: string): bool
486IsA(className: string): bool
486IsAncestorOf(descendant: Instance): bool
486IsDescendantOf(ancestor: Instance): bool
580IsPropertyModified(name: string): bool
573Remove(): null
576RemoveTag(tag: string): null
580ResetPropertyToDefault(name: string): null
573SetAttribute(attribute: string, value: Variant): null
462WaitForChild(childName: string, timeOut: double): Instance
553children(): Objects
553clone(): Instance
573destroy(): null
553findFirstChild(name: string, recursive: bool = false): Instance
553getChildren(): Objects
462isA(className: string): bool
553isDescendantOf(ancestor: Instance): bool
573remove(): null
462AncestryChanged(child: Instance, parent: Instance)
462AttributeChanged(attribute: string)
462Changed(property: string)
462ChildAdded(child: Instance)
462ChildRemoved(child: Instance)
462DescendantAdded(descendant: Instance)
462DescendantRemoving(descendant: Instance)
500Destroying()
553childAdded(child: Instance)

Removed member index 11

HistoryMember
509GetMeshId(aliasName: string): int64
509GetTextureId(aliasName: string): int64
629HasUnpublishedChangesForLinkedSource(aliasName: string): bool
629InsertLinkedSourceAsLocalScript(aliasName: string): null
629InsertLinkedSourceAsModuleScript(aliasName: string): null
629InsertLinkedSourceAsScript(aliasName: string): null
629OpenLinkedSource(aliasName: string): null
629PublishLinkedSource(assetId: int64, aliasName: string): null
629RefreshLinkedSource(aliasName: string): null
629RevertLinkedSourceToLastPublishedVersion(aliasName: string): null
629MayBeLinkedSourceModified(aliasName: string)

History 102

Members 26

AddNewPlace

Parameters (0)
No parameters.
Returns (1)
int64
This function yields. It will block the calling thread until completion.

History 2

Tags: [Yields]

AssetImportedSignal

Parameters (3)
assetTypeAssetType
assetIdstring
assetNameint64

History 2

CreateAlias

Parameters (3)
assetTypeint
assetIdint64
aliasNamestring
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 2

Tags: [Yields]

DeleteAlias

Parameters (1)
aliasNamestring
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 3

Tags: [Yields]

GetMeshIdFromAliasName

Parameters (1)
aliasNamestring
Returns (1)
int64

History 1

GetMeshIdFromAssetId

Parameters (1)
assetIdint64
Returns (1)
int64

History 1

GetTextureIdFromAliasName

Parameters (1)
aliasNamestring
Returns (1)
int64

History 1

GetTextureIdFromAssetId

Parameters (1)
assetIdint64
Returns (1)
int64

History 1

ImportSessionFinished

Parameters (0)
No parameters.

History 1

ImportSessionStarted

Parameters (0)
No parameters.

History 1

InsertAudio

Parameters (2)
assetIdint64
assetNamestring
Returns (1)
null

History 4

InsertImage

Parameters (1)
assetIdint64
Returns (1)
null

History 3

InsertImages

Parameters (1)
assetIdsArray
Returns (1)
null

History 1

InsertMesh

Parameters (3)
aliasNamestring
insertWithLocationbool
sourceAssetIdint64
Returns (1)
null

History 4

InsertMeshesWithLocation

Parameters (2)
aliasNamesArray
meshIdsArray
Returns (1)
null

History 4

InsertModel

Parameters (1)
modelIdint64
Returns (1)
null

History 2

InsertPackage

Parameters (1)
packageIdint64
Returns (1)
null

History 3

InsertVideo

Parameters (2)
assetIdint64
assetNamestring
Returns (1)
null

History 2

OpenPlace

Parameters (1)
placeIdint64
Returns (1)
null

History 3

RemovePlace

Parameters (1)
placeIdint64
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 3

Tags: [Yields]

RenameAlias

Parameters (4)
assetTypeint
assetIdint64
oldAliasNamestring
newAliasNamestring
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 3

Tags: [Yields]

RenameModel

Parameters (2)
modelIdint64
newNamestring
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 2

Tags: [Yields]

RenamePlace

Parameters (2)
placeIdint64
newNamestring
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 3

Tags: [Yields]

ShowPackageDetails

Parameters (1)
packageIdint64
Returns (1)
null

History 3

UpdateAllPackages

Parameters (1)
packageIdint64
Returns (1)
null

History 3

ViewPackageOnWebsite

Parameters (1)
packageIdint64
Returns (1)
null

History 3

Removed members 11

GetMeshId

Parameters (1)
aliasNamestring
Returns (1)
int64

History 3

GetTextureId

Parameters (1)
aliasNamestring
Returns (1)
int64

History 3

HasUnpublishedChangesForLinkedSource

Parameters (1)
aliasNamestring
Returns (1)
bool

History 3

InsertLinkedSourceAsLocalScript

Parameters (1)
aliasNamestring
Returns (1)
null

History 4

InsertLinkedSourceAsModuleScript

Parameters (1)
aliasNamestring
Returns (1)
null

History 4

InsertLinkedSourceAsScript

Parameters (1)
aliasNamestring
Returns (1)
null

History 4

MayBeLinkedSourceModified

Parameters (1)
aliasNamestring

History 3

OpenLinkedSource

Parameters (1)
aliasNamestring
Returns (1)
null

History 4

PublishLinkedSource

Parameters (2)
assetIdint64
aliasNamestring
Returns (1)
null
This function yields. It will block the calling thread until completion.

History 4

Tags: [Yields]

RefreshLinkedSource

Parameters (1)
aliasNamestring
Returns (1)
null

History 4

RevertLinkedSourceToLastPublishedVersion

Parameters (1)
aliasNamestring
Returns (1)
null

History 4

Settings