Roblox API Reference

StudioPublishService 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 (14)

Type Member History
bool PublishLocked 604 603 604
null ClearUploadNames () 534 573
null PublishAs (int64 universeId, int64 placeId, int64 groupId, bool isPublish, Variant publishParameters) 573
null PublishThenTurnOnTeamCreate () 535 573
null RefreshDocumentDisplayName () 530 573
null SetTeamCreateOnPublishInfo (bool shouldTurnOnTcOnPublish, string newPlaceName) 513 573
null SetUniverseDisplayName (string newName) 530 573
null SetUploadNames (string placeName, string universeName) 514 573
null ShowSaveOrPublishPlaceToRoblox (bool showGameSelect, bool isPublish, StudioCloseMode closeMode) 530 573
GameNameUpdated (string name) 530
GamePublishCancelled () 534
GamePublishFinished (bool success, int64 gameId, string message, StudioPlaceUpdateFailureReason reason) 530 582 602
OnPublishAttempt () 604 603 604
OnSaveOrPublishPlaceToRoblox (bool showGameSelect, bool isPublish, StudioCloseMode closeMode) 530
57 members inherited from Instance

History

Members

ClearUploadNames On DevHub

Name Type Default
No parameters.

History

GameNameUpdated On DevHub

Name Type Default
name string none

History

GamePublishCancelled On DevHub

Name Type Default
No parameters.

History

GamePublishFinished On DevHub

Name Type Default
success bool none
gameId int64 none
message string none
reason StudioPlaceUpdateFailureReason none

History

OnPublishAttempt On DevHub

Name Type Default
No parameters.

History

OnSaveOrPublishPlaceToRoblox On DevHub

Name Type Default
showGameSelect bool none
isPublish bool none
closeMode StudioCloseMode none

History

PublishAs On DevHub

Name Type Default
universeId int64 none
placeId int64 none
groupId int64 none
isPublish bool none
publishParameters Variant none

History

PublishLocked On DevHub

History

PublishThenTurnOnTeamCreate On DevHub

Name Type Default
No parameters.

History

RefreshDocumentDisplayName On DevHub

Name Type Default
No parameters.

History

SetTeamCreateOnPublishInfo On DevHub

Name Type Default
shouldTurnOnTcOnPublish bool none
newPlaceName string none

History

SetUniverseDisplayName On DevHub

Name Type Default
newName string none

History

SetUploadNames On DevHub

Name Type Default
placeName string none
universeName string none

History

ShowSaveOrPublishPlaceToRoblox On DevHub

Name Type Default
showGameSelect bool none
isPublish bool none
closeMode StudioCloseMode none

History

Relevant enums (2)