Roblox API Reference

ExperienceService 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 (5)

Type Member History
string LaunchExperience (Dictionary params)
string LaunchExperienceFromSource (Dictionary params, string source)
null LaunchExperienceFromSourceWithCallback (Dictionary params, string source, Function callback)
RBXScriptConnection RegisterForExperienceJoin (Function callback)
RBXScriptConnection RegisterForExperienceLeave (Function callback)
57 members inherited from Instance

History

Members

LaunchExperience On DevHub

Name Type Default
params Dictionary none

LaunchExperienceFromSource On DevHub

Name Type Default
params Dictionary none
source string none

LaunchExperienceFromSourceWithCallback On DevHub

Name Type Default
params Dictionary none
source string none
callback Function none

RegisterForExperienceJoin On DevHub

Name Type Default
callback Function none

RegisterForExperienceLeave On DevHub

Name Type Default
callback Function none