Help with rendering

Hello everyone! I need help with my new Roblox Game.
For some reason, the material and textures or the parts just stop rendering as you can see on those both screenshots
image

Any tips to solve this issue?
(this is the game Musical Tycoon - Roblox)

its the new roblox update, it happens with every game

1 Like

Are you running out of video memory? Check Task Manager then go to your “Performance” tab and click on your GPU.
Usually, degraded textures is the result of the client attempting to conserve video memory when you’re running out

Potential solution is to override the texture quality with the use of FastFlags:

{
     "DFFlagTextureQualityOverrideEnabled": "True",
     "DFIntTextureQualityOverride": "3"
}

Add the above to your ClientAppSettings.json or use Bloxstrap’s FFlag editor feature

3 Likes

This is happening with the recent update on numerous games.

2 Likes