Hi everyone. I’ve been having issues over the past 2 weeks with InsertService:LoadAsset(). Every other attempt at loading into my game has failed due to the following issue:
Some context here: At the start of the server launching, it will try to pull the System Model from Roblox via InsertService. If it fails to fetch for whatever reason, it will try again after some time, with said time increasing per increment.
It’s important to note that I’ve only been able to identify this with new servers launching, but I’m lead to believe that they work as expected if they get past this initial hurdle.
Occurrence rate: Typically 20% but can go up to 50% during times of high traffic.