This issue is a bit of an odd one for me. I just got a new computer (XPS 15, i7 11th gen, 32 RAM) and whenever I run my game which gets data from an external server the studio breaks. This does not happen on my old computer. I’m trying to figure out if this is an error with Roblox studio or an error with the permissions on new computer. Any help with the issue would be great.
`This is the HTTP request code but I know that it works
pcall(function()
response = HTTPService:GetAsync("https://api.coincap.io/v2/assets/" .. i)
info = HTTPService:JSONDecode(response)
end)`
There is a loop, but the loop isn’t the issue because it breaks on the HTTP request on the first iteration.
I also know the code isn’t the issue because it works on my other computer and has been working in-game for over a month.
It’s not a rendering issue. I tried what you said and it didn’t work. I’d love to post a bug report but unfortunately I can’t. It wont let me post in that section.