Roblox API Reference

GroupService 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 (4)

Type Member History
StandardPages GetAlliesAsync (int64 groupId) 325 483
StandardPages GetEnemiesAsync (int64 groupId) 325 483
Variant GetGroupInfoAsync (int64 groupId) 325
Array GetGroupsAsync (int64 userId) 214 325
57 members inherited from Instance

History

Members

GetAlliesAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
groupId int64 none

History

Tags: [Yields]

GetEnemiesAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
groupId int64 none

History

Tags: [Yields]

GetGroupInfoAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
groupId int64 none

History

Tags: [Yields]

GetGroupsAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
userId int64 none

History

Tags: [Yields]

Relevant classes (1)