Roblox API Reference

PlatformFriendsService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (5)

Type Member History
Array GetPartyMembers () 603
bool IsInviteFriendsEnabled ()
bool IsProfileEnabled () 603
null ShowInviteFriendsUI ()
null ShowProfile (string platformUserId) 603
57 members inherited from Instance

History

Members

GetPartyMembers On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
No parameters.

History

Tags: [Yields]

IsInviteFriendsEnabled On DevHub

Name Type Default
No parameters.

IsProfileEnabled On DevHub

Name Type Default
No parameters.

History

ShowInviteFriendsUI On DevHub

Name Type Default
No parameters.

ShowProfile On DevHub

Name Type Default
platformUserId string none

History