Loading problem for bad internet / device

Hi devs, does anyone has a solution for a loading system even if a player has bad internet / bad device?

It need to instantly load :
Images and sounds,

Because the problem with PreloadAsync is that if the player doesn’t load fast enough, he’ll wait on a black screen for the full load time and then probably leave.

( if anyone have the solution tnks ! )

You shouldn’t load too many images and sounds, only load the ones you NEED.

You also should load everything separately, not all at once.

What will happen if it does not load fast enough?

it will always load but the speed is dependent on the internet’s speed, to js make the loading faster use the notes i wrote to u above