InternalSeverError - Breaking game scripts

Hello , I would like to know the reason why our game is getting the “InternalServerError” from Roblox and any possible solutions to prevent it from happening

Simply put, roblox servers are just bad recently.

1 Like

Try wrapping the MarketplaceService call in a pcall so it doesn’t break the script when it errors.

1 Like

thanks , will do that
but im curious to know why the InternalServerError happens

Well, I’m not sure. Try checking if API access is enabled in game settings.

The InternalServerError is what occurs when the Roblox servers are having problems, it’s not your code buddy, it’s the Roblox servers

1 Like

Pretty weird, I’ve not even been able to get the same error code as him, despite my best efforts.

1 Like

Because you maybe in a different region, or maybe the servers are fixed. Errors are totally random and do not have a pattern.

1 Like