TutorialService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 9
Removed member index 3
History | Member | |
---|---|---|
597 | HideOnlyNamedWidgets(configurationLabel: string): bool | |
583 | PromptCloseStudio(): null | |
597 | ShowOnlyNamedWidgets(configurationLabel: string): bool |
Description
History 16
- 597 Add ShowWidgets
- 597 Remove ShowOnlyNamedWidgets
- 597 Add HideWidgets
- 597 Remove HideOnlyNamedWidgets
- 596 Add ShowOnlyNamedWidgets
- 596 Add HideOnlyNamedWidgets
- 596 Add GetTutorialIDToLaunch
- 583 Add SetTutorialCompletionStatus
- 583 Remove PromptCloseStudio
- 583 Add PromptClosePlace
- 583 Add HasUserCompletedTutorial
- 583 Add GetStudioWidgetFromLabel
- 583 Add GetMainViewSessionId
- 582 Add ShouldLaunchTutorial
- 582 Add PromptCloseStudio
- 582 Add TutorialService
Members 9
GetMainViewSessionId
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetStudioWidgetFromLabel
Parameters (1) | ||
---|---|---|
label | string | |
Returns (1) | ||
StudioWidget |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetTutorialIDToLaunch
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
HasUserCompletedTutorial
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
HideWidgets
Parameters (1) | ||
---|---|---|
commaSeparatedNames | string | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 597 Add HideWidgets
PromptClosePlace
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 583 Add PromptClosePlace
SetTutorialCompletionStatus
Parameters (1) | ||
---|---|---|
completed | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ShouldLaunchTutorial
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ShowWidgets
Parameters (1) | ||
---|---|---|
commaSeparatedNames | string | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 597 Add ShowWidgets
Removed members 3
HideOnlyNamedWidgets
Parameters (1) | ||
---|---|---|
configurationLabel | string | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 597 Remove HideOnlyNamedWidgets
- 596 Add HideOnlyNamedWidgets
PromptCloseStudio
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 583 Remove PromptCloseStudio
- 582 Add PromptCloseStudio
ShowOnlyNamedWidgets
Parameters (1) | ||
---|---|---|
configurationLabel | string | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 597 Remove ShowOnlyNamedWidgets
- 596 Add ShowOnlyNamedWidgets