How to make a find child and if not found then continue with the script

simple, i just want a sort of FindChild , and if not found then continue with the script and dont error or not continue

2 Likes
if not workspace:FindFirstChild('whatever') then
   --code here
end
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.