find first descendant roblox code example
Example: find if child humanoid
script.Parent.Touched:Connect(function(hit)
if Hit and Hit.Parent and Hit.Parent:FindFirstChild("Humanoid") then
end)
script.Parent.Touched:Connect(function(hit)
if Hit and Hit.Parent and Hit.Parent:FindFirstChild("Humanoid") then
end)