Alright so I’ve been getting this error every time I try doing it “Trust Check Failed”
local HttpService = game:GetService("HttpService")
while true do
Members = HttpService:JSONDecode(HttpService:GetAsync("https://groups.roblox.com/v1/groups/4813882")).memberCount
script.Parent.Text = string.format('Pop. ', Members)
wait(60)
end