Getting a group shout through the Roblox API

easiest you can do is game:GetService(“HttpService”):GetAsync(“website.com/v1/groups/groupid”)
thatll return JSON, and to make it turn into a table do game:GetService(“HttpService”):JSONDecode(data)

1 Like