▲ | DistractionRect 5 days ago | ||||||||||||||||
It's not the end of the world, it's a minor convenience and better than busy waiting. 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 5 days ago | parent [-] | ||||||||||||||||
"Popular kids game Roblox faces pressure over allegations of child predators on its platform": 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 :) | |||||||||||||||||
|