ConfigureServerService
Configures a server's DataModel for a place session during game-server startup.
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 0
Description
Internal-only service; not accessible from scripts and exposes no scriptable properties, methods, events, or callbacks. Configures a DataModel for a place session and starts it running on the game server. During server startup it applies incoming join settings (place and universe identifiers, matchmaking context, players, localization, voice and avatar-chat options, and similar values), then either starts the RunService so simulation and scripts begin, or loads the place without running it for editing and other non-play sessions.