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.

Tags: notCreatable

Members

Properties

Property Type History
AllowInsertFreeModels bool (+0.224)

Functions

Returns Function History
Instance LoadLocalAsset ( string assetPath ) (+0.319)
void SetAdvancedResults ( bool enable, bool user = false ) (−0.311)
void SetAssetUrl ( string assetUrl ) (−0.311)
void SetAssetVersionUrl ( string assetVersionUrl ) (−0.311)
void SetBaseCategoryUrl ( string baseSetsUrl ) (−0.311)
void SetBaseSetsUrl ( string baseSetsUrl ) (−0.311)
void SetCollectionUrl ( string collectionUrl ) (−0.311)
void SetFreeDecalUrl ( string freeDecalUrl ) (−0.311)
void SetFreeModelUrl ( string freeModelUrl ) (−0.311)
void SetTrustLevel ( float trustLevel ) (−0.311)
void SetUserCategoryUrl ( string userSetsUrl ) (−0.311)
void SetUserSetsUrl ( string userSetsUrl ) (−0.311)
void ApproveAssetId ( int64 assetId )
void ApproveAssetVersionId ( int64 assetVersionId )
void Insert ( Instance instance )

YieldFunctions

Returns YieldFunction History
Array GetBaseSets ( )
Array GetCollection ( int64 categoryId )
Array GetFreeDecals ( string searchText, int pageNum )
Array GetFreeModels ( string searchText, int pageNum )
int64 GetLatestAssetVersionAsync ( int64 assetId ) (+0.207)
Array GetUserSets ( int64 userId )
Instance LoadAsset ( int64 assetId )
Instance LoadAssetVersion ( int64 assetVersionId )
Array GetBaseCategories ( )
Array GetUserCategories ( int64 userId )
Instance loadAsset ( int64 assetId ) (+0.68)
  • 1 yieldfunction inherited from Instance

Events

Property Descriptions

bool InsertService.AllowInsertFreeModels

Version History:(+0.224)

Deprecated: This member is deprecated.

Tags: notbrowsable

Function Descriptions

InstanceInsertService.LoadLocalAsset ( string assetPath )

Version History:(+0.319)

Tags: RobloxScriptSecurity

voidInsertService.SetAdvancedResults ( bool enable, bool user = false )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetAssetUrl ( string assetUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetAssetVersionUrl ( string assetVersionUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetBaseCategoryUrl ( string baseSetsUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetBaseSetsUrl ( string baseSetsUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetCollectionUrl ( string collectionUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetFreeDecalUrl ( string freeDecalUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetFreeModelUrl ( string freeModelUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetTrustLevel ( float trustLevel )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetUserCategoryUrl ( string userSetsUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.SetUserSetsUrl ( string userSetsUrl )

Version History:(−0.311)

Tags: LocalUserSecurity

voidInsertService.ApproveAssetId ( int64 assetId )

Deprecated: This member is deprecated.

voidInsertService.ApproveAssetVersionId ( int64 assetVersionId )

Deprecated: This member is deprecated.

voidInsertService.Insert ( Instance instance )

Deprecated: This member is deprecated.

YieldFunction Descriptions

ArrayInsertService.GetBaseSets ( )

ArrayInsertService.GetCollection ( int64 categoryId )

ArrayInsertService.GetFreeDecals ( string searchText, int pageNum )

ArrayInsertService.GetFreeModels ( string searchText, int pageNum )

int64InsertService.GetLatestAssetVersionAsync ( int64 assetId )

Version History:(+0.207)

ArrayInsertService.GetUserSets ( int64 userId )

InstanceInsertService.LoadAsset ( int64 assetId )

InstanceInsertService.LoadAssetVersion ( int64 assetVersionId )

ArrayInsertService.GetBaseCategories ( )

Deprecated: This member is deprecated.

ArrayInsertService.GetUserCategories ( int64 userId )

Deprecated: This member is deprecated.

InstanceInsertService.loadAsset ( int64 assetId )

Version History:(+0.68)

Deprecated: This member is deprecated.

Inherits: