Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to detect if something has finished loading?

Asked by
Vezious 310 Moderation Voter
8 years ago

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.

1 answer

Log in to vote
-1
Answered by
duckyo01 120
8 years ago
Repeat
wait()
Until Image.Loaded ==  true -- Checks if it is loaded
0
Please upvote and accept duckyo01 120 — 8y
Ad

Answer this question