Hello I have high ping when loading in a map however once the map is fully loaded in the ping is perfectly fine
I have a loading screen so everything is loaded in I just think its because of my streaming enabled settings which Is set at opportunistic Im not sure what I should do as I already went around the map deleting unnecessary parts
I have a GTX 1060 with an I5 processor that is really good for roblox
The issue isnt performance its just when you initially load in the game there is alot of high ping especially if you go to areas where the map isnt fully loaded in yet however once the area is fully loaded everything is fine and the ping is normal
This is a very common things for games to be laggy when you start it due to all the assets being loading at the same time. To fix this issue you need to consider optimizing your game as much as possible. If you haven’t you can change your StreamingIntegrityMode to PausedOutsideLoadedArea.
In other words, there’s no way you can prevent them from loading and lagging the game other than optimizing it. (less assets, less faces on models, etc.)