How do I make a script that will tell me when a image has finished loading?. For example,
Repeat wait() Until Image.Loaded
Btw, it's a local script.
Repeat wait() Until Image.Loaded == true -- Checks if it is loaded