Hint: It's probably something with HTTPService

Hi,

R2D brokedown totally today. It printed no errors beyond the ordinary.
What was happening was that games wouldnt start so everyone was left in the lobby.
I had not updated R2D today and all servers broke suddenly so it’s for sure not my fault.
Eitherway, I removed the HTTPService object in my game and uploaded the map without the game.HTTPService object and that fixed the broken servers.

Not sure what it is, just giving some hints to what I think might be causing the issue.
P.S: I dont use HTTPService in my game (like in scripts and stuff)

‘It’s probably something with HTTPService’
‘P.S: I dont use HTTPService in my game (like in scripts and stuff)’

What?

It’s probably the MarketplaceService Api, it went down for some time.

How did you remove the instance? It’s parent is locked.
As for issues while nothing is being used in the HttpService somewhat sounds like that it is not acting right, or that is not the issue.

What I meen is I dont directly interact with HTTPService in anyway.
I removed httpservice because it was visible along with testservice, Workspace etc in studio mode.
I simply did in commandline: game.HTTPService:Destroy()