Roblox API Reference

TutorialService 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 (9)

Type Member History
string GetMainViewSessionId () 583
StudioWidget GetStudioWidgetFromLabel (string label) 583
string GetTutorialIDToLaunch () 596
bool HasUserCompletedTutorial () 583
bool HideWidgets (string commaSeparatedNames) 597
null PromptClosePlace () 583
null SetTutorialCompletionStatus (bool completed) 583
bool ShouldLaunchTutorial ()
bool ShowWidgets (string commaSeparatedNames) 597
57 members inherited from Instance

Removed member index (3)

Type Member History
bool HideOnlyNamedWidgets (string configurationLabel) 596 597
null PromptCloseStudio () 583
bool ShowOnlyNamedWidgets (string configurationLabel) 596 597

History

Members

GetMainViewSessionId On DevHub

Name Type Default
No parameters.

History

GetStudioWidgetFromLabel On DevHub

Name Type Default
label string none

History

GetTutorialIDToLaunch On DevHub

Name Type Default
No parameters.

History

HasUserCompletedTutorial On DevHub

Name Type Default
No parameters.

History

HideWidgets On DevHub

Name Type Default
commaSeparatedNames string none

History

PromptClosePlace On DevHub

Name Type Default
No parameters.

History

SetTutorialCompletionStatus On DevHub

Name Type Default
completed bool none

History

ShouldLaunchTutorial On DevHub

Name Type Default
No parameters.

ShowWidgets On DevHub

Name Type Default
commaSeparatedNames string none

History

Removed members

HideOnlyNamedWidgets

Name Type Default
configurationLabel string none

History

PromptCloseStudio

Name Type Default
No parameters.

History

ShowOnlyNamedWidgets

Name Type Default
configurationLabel string none

History

Relevant classes (1)