CollaboratorsService
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 10
Description
History 21
- 648 Change ReturnType of GetCollaboratorsList from Objects to Instances
- 612 Add ToggleTeamCreate
- 612 Add ToggleSelectionHighlights
- 612 Add GetSelectionHighlightsEnabled
- 611 Add RequestFlyToCollaborator
- 610 Change Tags of CollaboratorStatusUpdatedSignal from [Hidden] to []
- 610 Change Tags of CollaboratorInstanceDestroyedSignal from [Hidden] to []
- 610 Change Tags of CollaboratorInstanceCreatedSignal from [Hidden] to []
- 610 Change Tags of CollaboratorIdleUpdate from [Hidden] to []
- 610 Change Security of CollaboratorIdleUpdate from RobloxSecurity to RobloxScriptSecurity
- 609 Change Security of CollaboratorStatusUpdatedSignal from RobloxSecurity to RobloxScriptSecurity
- 609 Change Security of from RobloxSecurity to RobloxScriptSecurity
- 609 Change Security of CollaboratorInstanceDestroyedSignal from RobloxSecurity to RobloxScriptSecurity
- 609 Change Security of CollaboratorInstanceCreatedSignal from RobloxSecurity to RobloxScriptSecurity
- 609 Add GetCollaboratorsList
- 608 Add CollaboratorIdleUpdate
- 590 Add CollaboratorStatusUpdatedSignal
- 590 Add
- 590 Add CollaboratorInstanceDestroyedSignal
- 590 Add CollaboratorInstanceCreatedSignal
- 589 Add CollaboratorsService
Members 10
CollaboratorIdleUpdate
Parameters (2) | |
---|---|
collaboratorId | int64 |
isIdle | bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 610 Change Tags of CollaboratorIdleUpdate from [Hidden] to []
- 610 Change Security of CollaboratorIdleUpdate from RobloxSecurity to RobloxScriptSecurity
- 608 Add CollaboratorIdleUpdate
CollaboratorInstanceCreatedSignal
Parameters (1) | |
---|---|
collaboratorId | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 610 Change Tags of CollaboratorInstanceCreatedSignal from [Hidden] to []
- 609 Change Security of CollaboratorInstanceCreatedSignal from RobloxSecurity to RobloxScriptSecurity
- 590 Add CollaboratorInstanceCreatedSignal
CollaboratorInstanceDestroyedSignal
Parameters (1) | |
---|---|
collaboratorId | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 610 Change Tags of CollaboratorInstanceDestroyedSignal from [Hidden] to []
- 609 Change Security of CollaboratorInstanceDestroyedSignal from RobloxSecurity to RobloxScriptSecurity
- 590 Add CollaboratorInstanceDestroyedSignal
CollaboratorStatusUpdatedSignal
Parameters (2) | |
---|---|
collaboratorId | int64 |
newStatus | CollaboratorStatus |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 610 Change Tags of CollaboratorStatusUpdatedSignal from [Hidden] to []
- 609 Change Security of CollaboratorStatusUpdatedSignal from RobloxSecurity to RobloxScriptSecurity
- 590 Add CollaboratorStatusUpdatedSignal
GetCollaboratorsList
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Instances |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 648 Change ReturnType of GetCollaboratorsList from Objects to Instances
- 609 Add GetCollaboratorsList
GetSelectionHighlightsEnabled
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
RequestFlyToCollaborator
Parameters (1) | ||
---|---|---|
collaboratorId | int64 | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ToggleSelectionHighlights
Parameters (1) | ||
---|---|---|
showHighlights | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ToggleTeamCreate
Parameters (1) | ||
---|---|---|
on | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 612 Add ToggleTeamCreate