Roblox API Reference

PublishService 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 (3)

Type Member History
int64 CreateAssetAndWaitForAssetId (Objects instances, string operationId, AssetCreatorType creatorType, int64 creatorId, string assetType, string name, string description, int expectedPrice = 0) 581 587 591 592
Content PublishCageMeshAsync (Instance wrap, CageType cageType)
bool PublishDescendantAssets (Instance instance) 514
57 members inherited from Instance

History

Members

CreateAssetAndWaitForAssetId On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
instances Objects none
operationId string none
creatorType AssetCreatorType none
creatorId int64 none
assetType string none
name string none
description string none
expectedPrice int 0

History

Tags: [Yields]

PublishCageMeshAsync On DevHub

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

Tags: [Yields]

PublishDescendantAssets On DevHub

Name Type Default
instance Instance none

History

Relevant classes (1)

Relevant enums (2)