Service that groups the configuration objects controlling Roblox's built-in
CoreGui elements.
Its interface does not cross the network boundary.
Instances of this class cannot be created with Instance.new.
It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service, NotReplicated]
CapturesViewConfiguration
References the CapturesViewConfiguration object that controls the
built-in captures view — the CoreGui element that lets players
browse and manage the screenshots and video captures they take within an
experience. The service creates this child automatically, so the property
refers to that instance for the lifetime of the service.
History 1
References the PlayerListConfiguration object that controls the
built-in player list — the CoreGui element that displays the
players currently in the experience. The service creates this child
automatically, so the property refers to that instance for the lifetime of
the service.
History 1
References the SelfViewConfiguration object that controls the
built-in self view — the CoreGui element that shows players a
preview of their own camera feed. The service creates this child
automatically, so the property refers to that instance for the lifetime of
the service.
History 1