Roblox API Reference

BulkImportService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (5)

Type Member History
null LaunchBulkImport (int assetTypeToImport) 573
null ShowBulkImportView () 573
AssetImported (AssetType assetType, string name, int64 id) 447 449
BulkImportFinished (int state)
BulkImportStarted ()
57 members inherited from Instance

History

Members

AssetImported On DevHub

Name Type Default
assetType AssetType none
name string none
id int64 none

History

BulkImportFinished On DevHub

Name Type Default
state int none

BulkImportStarted On DevHub

Name Type Default
No parameters.

LaunchBulkImport On DevHub

Name Type Default
assetTypeToImport int none

History

ShowBulkImportView On DevHub

Name Type Default
No parameters.

History

Relevant enums (1)