Finding out if and what group a game is attached to

Hi,

I already know how to fetch information for a group using GroupService, but I’m more specifically wanting to look into how to find out the group ID for a game that’s been made under that group (said game will also contain this script)

hope that made sense.

Use game.CreatorId. If the game is a group game, CreatorId will be the group’s Id.

Edit: Resource on this …
DataModel.CreatorId (roblox.com)

1 Like