File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments