HTTP 502 (Bad Gateway) on Group function

Heya guys. Just wanted to make a most asking if I’m doing something wrong or if roblox is simply having HTTPService issues as of late. The other day I was having issues with Marketplace Service, then a couple days after that I was having issues with Player:GetCharacterAppearanceAsync(), and now I’m getting issues with Player:IsInGroup(). I don’t know why, I’m just very confused haha.

Capture

The error in the picture above spammed about 5 or 6 times and pretty much nothing in my game loaded after that because Lua is a line based programming language and obviously if that breaks, things below it will as well unless it’s wrapped in a pcall, which I don’t currently have it set up that way :slight_smile:

1 Like

I can’t know if your code is wrong or not based on that error (you should post it). However I can tell you that all of those should be wrapped in pcall since they involve web requests.

1 Like

Noted. I will get to work on that tonight lol. Thanks again.