local universeId = gameDataTable.data[1].id
local likesURL = "https://games.roproxy.com/v1/games/votes?universeIds="..id
local likesData = HttpService:GetAsync(likesURL)
local likesDataTable = HttpService:JSONDecode(likesData)
Basically this returns forbidden (error code 403) and I am unsure why. when I print likesURL and copy paste it into the google URL search it returns the right data I am looking for so why doesn’t it work in studio?
Why are you showing a different website for the code than the image?
Have you tried changing the code to the website shown in the image local likesURL = "https://games.roblox.com/v1/games/votes?universeIds="..id