(no title)
DistractionRect | 6 months ago
There are plenty of cases where you want to manipulate an object but it's not guaranteed that it exists before your code is run. You get similar functionality with:
while not parentObj:FindFirstChild("childObj name") do wait() end
AFAIK, wait() is >= 1/30 of a second, if you wanted to be extra timely you'd instead run every heartbeat.
forkerenok|6 months ago
https://www.google.com/amp/s/www.msnbc.com/msnbc/amp/shows/t...
I read your comment carefully to see whether you've taken the GP's joke further, but alas :)
DistractionRect|6 months ago