So my game has alot of images (hundreds) and I just has to be that way because I can’t get the desired effect in Roblox studio alone.
Firstly, how do I stop the thing happening where every time I open a menu I haven’t opened before it glitches and takes a second to load before showing up. I just want it all fully loaded.
Secondly, the .Loaded properties of some images are just never turning true (I’m talking 5 minutes + of waiting)
Thirdly I tried ContentProvider:PreloadAsync() on for example an image in the loading screen but it still isn’t loading sometimes.
I also had an incident a few days ago when I joined my game from normal Roblox and not studio and 10-15 images just never visually loaded at all
I played the game for 15 minutes and some image buttons just never showed up.
This can’t happen when the game is released so how do I fix all this and how do images load?