Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how to insert group picture in game?

Asked by 3 years ago
Edited 3 years ago

i want to make when i write group id in text box it shows that group picture

1 answer

Log in to vote
0
Answered by 3 years ago

https://developer.roblox.com/en-us/api-reference/function/GroupService/GetGroupInfoAsync

This will return a dictionary storing all the data on the group.

local GroupIcon = game:GetService('GroupService'):GetGroupInfoAsync(GROUP_ID).EmblemURL
Ad

Answer this question