Can't publish to roblox if file contains a large amount of terrain

Hey everyone, we’re having trouble reproing this, is it still an issue?

3 Likes

Yes
Studio publish seems to time out (hard timer limit of like 2 minutes or so).
If it didn’t publish within that time, it’ll stop and fail.

The cloud publish API doesn’t have this limit and works fine.

Here’s how I’ve been publishing our ~50MB place:

  • Save to file on disk
  • Use python wrapper for publishing API to publish to the place

This works fine for me, but it’s a bit convoluted. I’d prefer to be able to publish directly from studio.
I don’t mind it taking 3, 4, 5 maybe even 10 minutes. I can wait…

To repro I recommend trying to publish a large place file with a slow internet connection.

2 Likes

Yes. Attempting to publish something with a very high-poly model and it’s still happening.