This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Members

Properties

Functions

Returns Function History
void SetAssetRevertUrl ( string revertUrl ) (−0.310)
void SetAssetVersionsUrl ( string versionsUrl ) (−0.310)
void SetPlaceAccessUrl ( string accessUrl ) (−0.310)

YieldFunctions

Returns YieldFunction History
int64 CreatePlaceAsync ( string placeName, int64 templatePlaceID, string description = ) (+0.138)
int64 CreatePlaceInPlayerInventoryAsync ( Instance player, string placeName, int64 templatePlaceID, string description = ) (+0.138)
Array GetAssetIdsForPackage ( int64 packageAssetId ) (+0.268)
Tuple GetAssetThumbnailAsync ( int64 assetId, Vector2 thumbnailSize, int assetType = 0 ) (+0.312)
Dictionary GetAssetVersions ( int placeId, int pageNum = 1 ) (−0.319)
Instance GetGamePlacesAsync ( ) (+0.163)
Dictionary GetPlacePermissions ( int placeId ) (−0.319)
bool RevertAsset ( int placeId, int versionNumber ) (−0.319)
void SavePlaceAsync ( ) (+0.138)
bool SetPlacePermissions ( int placeId, AccessType accessType = Everyone, Array inviteList = {} ) (−0.319)
int64 GetCreatorAssetID ( int64 creationID ) (+0.122)
  • 1 yieldfunction inherited from Instance

Events

Enums

Enum History
AccessType (+0.119, −0.319)

Function Descriptions

voidAssetService.SetAssetRevertUrl ( string revertUrl )

Version History:(−0.310)

Tags: LocalUserSecurity

voidAssetService.SetAssetVersionsUrl ( string versionsUrl )

Version History:(−0.310)

Tags: LocalUserSecurity

voidAssetService.SetPlaceAccessUrl ( string accessUrl )

Version History:(−0.310)

Tags: LocalUserSecurity

YieldFunction Descriptions

int64AssetService.CreatePlaceAsync ( string placeName, int64 templatePlaceID, string description = )

Version History:(+0.138)

int64AssetService.CreatePlaceInPlayerInventoryAsync ( Instance player, string placeName, int64 templatePlaceID, string description = )

Version History:(+0.138)

ArrayAssetService.GetAssetIdsForPackage ( int64 packageAssetId )

Version History:(+0.268)

TupleAssetService.GetAssetThumbnailAsync ( int64 assetId, Vector2 thumbnailSize, int assetType = 0 )

Version History:(+0.312)

Tags: RobloxScriptSecurity

DictionaryAssetService.GetAssetVersions ( int placeId, int pageNum = 1 )

Version History:(−0.319)

InstanceAssetService.GetGamePlacesAsync ( )

Version History:(+0.163)

DictionaryAssetService.GetPlacePermissions ( int placeId )

Version History:(−0.319)

boolAssetService.RevertAsset ( int placeId, int versionNumber )

Version History:(−0.319)

voidAssetService.SavePlaceAsync ( )

Version History:(+0.138)

boolAssetService.SetPlacePermissions ( int placeId, AccessType accessType = Everyone, Array inviteList = {} )

Version History:(−0.319)

int64AssetService.GetCreatorAssetID ( int64 creationID )

Version History:(+0.122)

Deprecated: This member is deprecated.

Inherits: