How do i make live game like counter?

(sorry for my english) I want to learn more about HTTPService and make live game counter (example Adopt Me) i saw this system in “Cart Ride Intro Rdite”, how do i make it? (i want to print likes amount every second) also it gives an error “Trust Check Failed”

local HS = game:GetService("HttpService")

local async = HS:GetAsync("https://www.roblox.com/games/920587237/Adopt-Me")
local encode = HS:UrlEncode(async)
print(encode)
--error: https://www.roblox.com/games/920587237/Adopt-Me: Trust check failed  -  Server - Script:3
6 Likes