Showing a group's logo in game

I want to show a group’s logo in game. I remember seeing an update about how we’re able to go to an API or something, but I totally forget the link for that. Could someone provide the documentation for that, if you know what I’m talking about? Previously I’ve uploaded the group logo in game but I’m building a list dynamically, and need to pull the group’s logo at runtime.

Thanks!

So do you mean like when you change game a custom image appears?

If so here are some links.

I think you want the EmblemUrl from https://api.roblox.com/groups/{groupId}. If you put that into the Image property in-game it will be the group’s logo.
https://api.roblox.com/docs#Groups

GroupService’s GetGroupInfoAsync returns the EmblemUrl:

2 Likes