MatchmakingService
The service responsible for managing custom matchmaking data.
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 3
Description
MatchmakingService is responsible for managing custom matchmaking attributes. Use it to read and write matchmaking data.
History 4
Members 3
GetServerAttribute
Parameters (1) | ||
---|---|---|
name | string | |
Returns (1) | ||
Tuple |
Retrieves the value of a specific server attribute.
Thread safety | Unsafe |
---|
History 1
InitializeServerAttributesForStudio
Parameters (1) | ||
---|---|---|
serverAttributes | Dictionary | |
Returns (1) | ||
Tuple |
Initiates the server attribute schema and its values to test in Studio. This method is optional and has no effect when running outside of Studio.
Thread safety | Unsafe |
---|
History 1
SetServerAttribute
Parameters (2) | ||
---|---|---|
name | string | |
value | Variant | |
Returns (1) | ||
Tuple |
Assigns a value to a specific server attribute.
Thread safety | Unsafe |
---|