Roblox API Reference

PackageUIService 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 (6)

Type Member History
null ConvertToPackageUpload (string uploadUrl, Objects cloneInstances, Objects originalInstances) 573
Dictionary GetPackageInfo (int64 packageAssetId) 538
null PublishPackage (Instance packageInstance) 538 573
Instance SetPackageVersion (Instance packageInstance, int64 versionNumber) 538
OnConvertToPackageResult (bool isSuccessful, string errorMessage)
OnOpenConvertToPackagePlugin (Objects instances, string name, Objects cloneInstances)
57 members inherited from Instance

History

Members

ConvertToPackageUpload On DevHub

Name Type Default
uploadUrl string none
cloneInstances Objects none
originalInstances Objects none

History

GetPackageInfo On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
packageAssetId int64 none

History

Tags: [Yields]

OnConvertToPackageResult On DevHub

Name Type Default
isSuccessful bool none
errorMessage string none

OnOpenConvertToPackagePlugin On DevHub

Name Type Default
instances Objects none
name string none
cloneInstances Objects none

PublishPackage On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
packageInstance Instance none

History

Tags: [Yields]

SetPackageVersion On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
packageInstance Instance none
versionNumber int64 none

History

Tags: [Yields]

Relevant classes (1)