HTTP 403 (Forbidden)

I have a script from How To Make A Live Sub Count | HowToRoblox - YouTube and I have Allow HTTP Requests enabled but it’s not working and it’s printing an error saying HTTP 403 (Forbidden), does anyone know why?

In the pinned comment it says this:

If this doesn’t work, you will have to use your own API key. Follow these steps to get your own: https://developers.google.com/places/web-service/get-api-key Replace the key with the last string on line 8: local link = httpService:GetAsync(“https://www.googleapis.com/youtube/v3/channels?part=statistics&id=” … id … “&key=AIzaSyD8Mru34qlgyVISGybnidJkqjwr-fzxlsQ”) – the key is the random characters after “&key=”, which is “AIzaSyD8Mru34qlgyVISGybnidJkqjwr-fzxlsQ”. If you cannot do this for whatever reason, try increasing the wait() in the while loop to a higher amount.

Have you tried that?

Go to the pinned comment of the video if this doesn’t work.

Oh, I didn’t see that, I’ll try that now.

Edit: This didn’t work, it still says HTTP 403 (Forbidden).

Another edit: I found out I had to enable YouTube Data API v3 for it to work, thank you for the help.

Are you using a roblox api? ch