Skip to content

Commit ab77627

Browse files
update Open Source Docs from Roblox internal teams
1 parent 5b2c2c9 commit ab77627

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

content/en-us/reference/engine/classes/Player.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,10 @@ properties:
835835
`Class.SocialService:GetPartyAsync()` to access information about a
836836
player's party and its members.
837837
838-
Note that this service does not work during playtesting in Roblox Studio;
839-
to test aspects of your experience using it, you must publish the
840-
experience and play it in the Roblox application.
838+
To test this service in your experience, use the
839+
[Party Simulator](../../../studio/testing-modes.md#party-simulation) in
840+
Roblox Studio or publish the experience and play it in the Roblox
841+
application.
841842
code_samples:
842843
- Player-PartyId
843844
type: string

content/en-us/reference/engine/classes/SocialService.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,10 @@ methods:
231231
</tbody>
232232
</table>
233233
234-
Note that this service does not work during playtesting in Roblox Studio;
235-
to test aspects of your experience using it, you must publish the
236-
experience and play it in the Roblox application.
234+
To test this service in your experience, use the
235+
[Party Simulator](../../../studio/testing-modes.md#party-simulation) in
236+
Roblox Studio or publish the experience and play it in the Roblox
237+
application.
237238
code_samples:
238239
- SocialService-GetPartyAsync
239240
parameters:
@@ -262,9 +263,10 @@ methods:
262263
method behaves similarly to `Class.Players:GetPlayers()` but filters the
263264
results to include only those players belonging to the specified party.
264265
265-
Note that this service does not work during playtesting in Roblox Studio;
266-
to test aspects of your experience using it, you must publish the
267-
experience and play it in the Roblox application.
266+
To test this service in your experience, use the
267+
[Party Simulator](../../../studio/testing-modes.md#party-simulation) in
268+
Roblox Studio or publish the experience and play it in the Roblox
269+
application.
268270
code_samples:
269271
- SocialService-GetPlayersByPartyId
270272
- Party-Team-Integration

0 commit comments

Comments
 (0)