local Followers = HTTP:GetAsync("https://friends.roblox.com/v1/users/"..UserID.."/followers/count")
Followers = HTTP:JSONDecode(Followers)
print(Followers.Count)
Roblox doesn’t allow people to use their websites for HTTP stuff. You had to use a proxy. You can use roproxy.com instead of roblox.com.
Why does it print nil when I replace roblox.com with roproxy.com?
Tested the link through a web browser, and the resulting JSON is all lower caps.
