roblox on child added code example
Example: roblox childadded
local part = workspace.Part
part.ChildAdded:Connect(function(child)
print(child.Name)
end)
local part = workspace.Part
part.ChildAdded:Connect(function(child)
print(child.Name)
end)