apparently you need https:// before the url
Ok, your problem was pretty simple. Instead of having local parse = game.HttpService:JSONDecode(http)
with 2 t, you put it with 3 t (htttp) which is wrong. Please tell me if it works.
Hello. It is doing like that because pcall was not sucessfull, so something there is wrong. When I look at it, it can be 4th line. Try this, I dont think it will work, but just try. If it wont work, delete pcall, just do it, no pcall.
htttp = game.HttpService:GetAsync("api.rprxy.xyz/universes/get-universe-containing-place?placeid="..tostring(game.PlaceId))